#6D0F66
A dark, vivid magenta closely aligning with Purple.
About #6D0F66
The precise color #6D0F66 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Purple. This translates to an RGB value of rgb(109, 15, 102).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 86% magenta, 6% yellow, and 57% black. The HSL representation is 304.5° hue, 75.8% saturation, and 24.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#6D0F66
RGB109, 15, 102
HSL304.5°, 75.8%, 24.3%
CMYK0%, 86%, 6%, 57%
HSV304.5°, 86.2%, 42.7%
LAB25.4, 48.3, -27.0
XYZ8.9, 4.6, 13.0
Decimal7147366
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.99:1
Text on #FFFFFF
AAA
1.91:1
Text on #000000
FAIL
10.51:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #6D0F66;
}
.text-color {
color: #6D0F66;
}
.border-color {
border: 2px solid #6D0F66;
}