#662CE9
A medium, vivid purple closely aligning with Blueviolet.
About #662CE9
When working with digital screens, the color #662CE9 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Blueviolet. This translates to an RGB value of rgb(102, 44, 233).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 56% C, 81% M, 0% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#662CE9
RGB102, 44, 233
HSL258.4°, 81.1%, 54.3%
CMYK56%, 81%, 0%, 9%
HSV258.4°, 81.1%, 91.4%
LAB38.7, 66.7, -84.6
XYZ21.1, 10.5, 78.0
Decimal6696169
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.77:1
Text on #FFFFFF
AA
3.10:1
Text on #000000
AA Large
6.47:1
Text on #F8FAFC
AA
2.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662CE9;
}
.text-color {
color: #662CE9;
}
.border-color {
border: 2px solid #662CE9;
}