#5707AF
A dark, vivid purple closely aligning with Darkblue.
About #5707AF
Visually, #5707AF is defined as a vivid purple. If you're using CSS, you might find it aligns closely with Darkblue. In the RGB color space, it consists of 87 red, 7 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 50% cyan and 96% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5707AF
RGB87, 7, 175
HSL268.6°, 92.3%, 35.7%
CMYK50%, 96%, 0%, 31%
HSV268.6°, 96.0%, 68.6%
LAB27.5, 61.5, -69.4
XYZ11.7, 5.3, 41.0
Decimal5703599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.22:1
Text on #FFFFFF
AAA
2.05:1
Text on #000000
FAIL
9.77:1
Text on #F8FAFC
AAA
1.75:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5707AF;
}
.text-color {
color: #5707AF;
}
.border-color {
border: 2px solid #5707AF;
}