#662C49
A dark, moderate magenta closely aligning with Dimgray.
About #662C49
Visually, #662C49 is defined as a moderate magenta. It is closely associated with the named CSS color Dimgray. This translates to an RGB value of rgb(102, 44, 73).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 57% M, 28% Y, and 60% K. With a hue angle of 330.0 degrees, it sits comfortably in the magenta spectrum.
Contrast ratios determine whether this color is safe for typography. 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#662C49
RGB102, 44, 73
HSL330.0°, 39.7%, 28.6%
CMYK0%, 57%, 28%, 60%
HSV330.0°, 56.9%, 40.0%
LAB27.0, 29.7, -5.5
XYZ7.6, 5.1, 6.9
Decimal6696009
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.39:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.93:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662C49;
}
.text-color {
color: #662C49;
}
.border-color {
border: 2px solid #662C49;
}