#6D008A
A dark, vivid magenta closely aligning with Indigo.
About #6D008A
At its core, #6D008A is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 109 red, 0 green, and 138 blue.
Translating this color to physical media requires the CMYK color model. The color uses 21% Cyan, 100% Magenta, 0% Yellow, and 46% Black. With a hue angle of 287.4 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#6D008A
RGB109, 0, 138
HSL287.4°, 100.0%, 27.1%
CMYK21%, 100%, 0%, 46%
HSV287.4°, 100.0%, 54.1%
LAB27.0, 57.6, -47.5
XYZ10.9, 5.1, 24.5
Decimal7143562
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.41:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.95:1
Text on #F8FAFC
AAA
1.71:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D008A;
}
.text-color {
color: #6D008A;
}
.border-color {
border: 2px solid #6D008A;
}