#660F2C
A dark, vivid magenta closely aligning with Brown.
About #660F2C
The hex code #660F2C represents a beautifully specific shade of magenta. Its closest recognized web color is Brown. This translates to an RGB value of rgb(102, 15, 44).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 85% magenta, 57% yellow, and 60% black. The HSL representation is 340.0° hue, 74.4% saturation, and 22.9% lightness.
When using this color as a background, text legibility must be considered. 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#660F2C
RGB102, 15, 44
HSL340.0°, 74.4%, 22.9%
CMYK0%, 85%, 57%, 60%
HSV340.0°, 85.3%, 40.0%
LAB21.4, 39.1, 6.1
XYZ6.1, 3.3, 2.7
Decimal6688556
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.58:1
Text on #FFFFFF
AAA
1.67:1
Text on #000000
FAIL
12.02:1
Text on #F8FAFC
AAA
1.42:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #660F2C;
}
.text-color {
color: #660F2C;
}
.border-color {
border: 2px solid #660F2C;
}