#662C6D
A dark, moderate magenta closely aligning with Darkslateblue.
About #662C6D
Visually, #662C6D is defined as a moderate magenta. Its closest recognized web color is Darkslateblue. This translates to an RGB value of rgb(102, 44, 109).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 6% C, 60% M, 0% Y, and 57% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#662C6D
RGB102, 44, 109
HSL293.5°, 42.5%, 30.0%
CMYK6%, 60%, 0%, 57%
HSV293.5°, 59.6%, 42.7%
LAB28.7, 36.3, -26.4
XYZ9.1, 5.7, 15.1
Decimal6696045
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.79:1
Text on #FFFFFF
AAA
2.15:1
Text on #000000
FAIL
9.35:1
Text on #F8FAFC
AAA
1.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662C6D;
}
.text-color {
color: #662C6D;
}
.border-color {
border: 2px solid #662C6D;
}