#5F0092
A dark, vivid purple closely aligning with Indigo.
About #5F0092
Visually, #5F0092 is defined as a vivid purple. It is closely associated with the named CSS color Indigo. In the RGB color space, it consists of 95 red, 0 green, and 146 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 35% cyan, 100% magenta, 0% yellow, and 43% black. The HSL representation is 279.0° hue, 100.0% saturation, and 28.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5F0092
RGB95, 0, 146
HSL279.0°, 100.0%, 28.6%
CMYK35%, 100%, 0%, 43%
HSV279.0°, 100.0%, 57.3%
LAB25.3, 57.4, -55.3
XYZ9.9, 4.5, 27.5
Decimal6226066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.04:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.55:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0092;
}
.text-color {
color: #5F0092;
}
.border-color {
border: 2px solid #5F0092;
}