#662CA8
A medium, moderate purple closely aligning with Rebeccapurple.
About #662CA8
The hex code #662CA8 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Rebeccapurple. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 44, and 168.
For print applications, it's crucial to understand its CMYK makeup. The color uses 39% Cyan, 74% Magenta, 0% Yellow, and 34% Black. The HSL representation is 268.1° hue, 58.5% saturation, and 41.6% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium 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#662CA8
RGB102, 44, 168
HSL268.1°, 58.5%, 41.6%
CMYK39%, 74%, 0%, 34%
HSV268.1°, 73.8%, 65.9%
LAB32.8, 50.1, -56.4
XYZ13.4, 7.5, 37.8
Decimal6696104
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.43:1
Text on #FFFFFF
AAA
2.49:1
Text on #000000
FAIL
8.06:1
Text on #F8FAFC
AAA
2.12:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662CA8;
}
.text-color {
color: #662CA8;
}
.border-color {
border: 2px solid #662CA8;
}