#66245F
A dark, moderate magenta closely aligning with Darkslateblue.
About #66245F
At its core, #66245F is a dark and moderate hue. It is closely associated with the named CSS color Darkslateblue. This translates to an RGB value of rgb(102, 36, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 65% magenta inks. 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#66245F
RGB102, 36, 95
HSL306.4°, 47.8%, 27.1%
CMYK0%, 65%, 7%, 60%
HSV306.4°, 64.7%, 40.0%
LAB26.5, 37.6, -20.9
XYZ8.2, 4.9, 11.3
Decimal6693983
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.59:1
Text on #FFFFFF
AAA
1.98:1
Text on #000000
FAIL
10.12:1
Text on #F8FAFC
AAA
1.69:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #66245F;
}
.text-color {
color: #66245F;
}
.border-color {
border: 2px solid #66245F;
}