#663AE2
A medium, vivid purple closely aligning with Blueviolet.
About #663AE2
The precise color #663AE2 is an excellent choice for modern design projects. Designers often compare it to the standard color Blueviolet. This translates to an RGB value of rgb(102, 58, 226).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 55% cyan, 74% magenta, 0% yellow, and 11% black. The HSL representation is 255.7° hue, 74.3% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#663AE2
RGB102, 58, 226
HSL255.7°, 74.3%, 55.7%
CMYK55%, 74%, 0%, 11%
HSV255.7°, 74.3%, 88.6%
LAB40.2, 58.9, -78.3
XYZ20.7, 11.3, 73.0
Decimal6699746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.43:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.14:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663AE2;
}
.text-color {
color: #663AE2;
}
.border-color {
border: 2px solid #663AE2;
}