#66001D
A dark, vivid magenta closely aligning with Maroon.
About #66001D
At its core, #66001D is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Maroon. In the RGB color space, it consists of 102 red, 0 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 100% magenta, 72% yellow, and 60% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#66001D
RGB102, 0, 29
HSL342.9°, 100.0%, 20.0%
CMYK0%, 100%, 72%, 60%
HSV342.9°, 100.0%, 40.0%
LAB19.7, 41.9, 14.4
XYZ5.7, 2.9, 1.4
Decimal6684701
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.27:1
Text on #FFFFFF
AAA
1.58:1
Text on #000000
FAIL
12.68:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66001D;
}
.text-color {
color: #66001D;
}
.border-color {
border: 2px solid #66001D;
}