#5F5FAF
A medium, moderate blue closely aligning with Darkslateblue.
About #5F5FAF
When working with digital screens, the color #5F5FAF is rendered by mixing light. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(95, 95, 175).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 46% cyan and 46% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F5FAF
RGB95, 95, 175
HSL240.0°, 33.3%, 52.9%
CMYK46%, 46%, 0%, 31%
HSV240.0°, 45.7%, 68.6%
LAB43.8, 21.4, -42.8
XYZ16.5, 13.7, 42.3
Decimal6250415
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.61:1
Text on #FFFFFF
AA
3.74:1
Text on #000000
AA Large
5.36:1
Text on #F8FAFC
AA
3.18:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #5F5FAF;
}
.text-color {
color: #5F5FAF;
}
.border-color {
border: 2px solid #5F5FAF;
}