#5007A8
A dark, vivid purple closely aligning with Darkblue.
About #5007A8
Visually, #5007A8 is defined as a vivid purple. It is closely associated with the named CSS color Darkblue. This translates to an RGB value of rgb(80, 7, 168).
Translating this color to physical media requires the CMYK color model. The color uses 52% Cyan, 96% Magenta, 0% Yellow, and 34% Black. The HSL representation is 267.2° hue, 92.0% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5007A8
RGB80, 7, 168
HSL267.2°, 92.0%, 34.3%
CMYK52%, 96%, 0%, 34%
HSV267.2°, 95.8%, 65.9%
LAB25.8, 59.3, -68.0
XYZ10.5, 4.7, 37.4
Decimal5244840
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.84:1
Text on #FFFFFF
AAA
1.94:1
Text on #000000
FAIL
10.36:1
Text on #F8FAFC
AAA
1.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5007A8;
}
.text-color {
color: #5007A8;
}
.border-color {
border: 2px solid #5007A8;
}