#5F0792
A dark, vivid purple closely aligning with Indigo.
About #5F0792
At its core, #5F0792 is a dark and vivid hue. Its closest recognized web color is Indigo. In the RGB color space, it consists of 95 red, 7 green, and 146 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 35% Cyan, 95% Magenta, 0% Yellow, and 43% Black. With a hue angle of 278.0 degrees, it sits comfortably in the purple spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F0792
RGB95, 7, 146
HSL278.0°, 90.8%, 30.0%
CMYK35%, 95%, 0%, 43%
HSV278.0°, 95.2%, 57.3%
LAB25.7, 56.0, -54.6
XYZ10.0, 4.7, 27.6
Decimal6227858
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.87:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.39:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #5F0792;
}
.text-color {
color: #5F0792;
}
.border-color {
border: 2px solid #5F0792;
}