#662CB6
A medium, moderate purple closely aligning with Darkorchid.
About #662CB6
At its core, #662CB6 is a medium and moderate hue. It is closely associated with the named CSS color Darkorchid. This translates to an RGB value of rgb(102, 44, 182).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 44% C, 76% M, 0% Y, and 29% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#662CB6
RGB102, 44, 182
HSL265.2°, 61.1%, 44.3%
CMYK44%, 76%, 0%, 29%
HSV265.2°, 75.8%, 71.4%
LAB34.0, 53.7, -62.8
XYZ14.8, 8.0, 45.0
Decimal6696118
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.07:1
Text on #FFFFFF
AAA
2.60:1
Text on #000000
FAIL
7.72:1
Text on #F8FAFC
AAA
2.21:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662CB6;
}
.text-color {
color: #662CB6;
}
.border-color {
border: 2px solid #662CB6;
}