#5000A0
A dark, vivid purple closely aligning with Darkblue.
About #5000A0
At its core, #5000A0 is a dark and vivid hue. Its closest recognized web color is Darkblue. In the RGB color space, it consists of 80 red, 0 green, and 160 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 50% cyan, 100% magenta, 0% yellow, and 37% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5000A0
RGB80, 0, 160
HSL270.0°, 100.0%, 31.4%
CMYK50%, 100%, 0%, 37%
HSV270.0°, 100.0%, 62.7%
LAB24.5, 58.9, -65.3
XYZ9.7, 4.2, 33.6
Decimal5243040
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.36:1
Text on #FFFFFF
AAA
1.85:1
Text on #000000
FAIL
10.86:1
Text on #F8FAFC
AAA
1.57:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5000A0;
}
.text-color {
color: #5000A0;
}
.border-color {
border: 2px solid #5000A0;
}