#663AC5
A medium, moderate purple closely aligning with Darkorchid.
About #663AC5
The hex code #663AC5 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Darkorchid. In the RGB color space, it consists of 102 red, 58 green, and 197 blue.
Translating this color to physical media requires the CMYK color model. The color uses 48% Cyan, 71% Magenta, 0% Yellow, and 23% Black. The HSL representation is 259.0° hue, 54.5% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#663AC5
RGB102, 58, 197
HSL259.0°, 54.5%, 50.0%
CMYK48%, 71%, 0%, 23%
HSV259.0°, 70.6%, 77.3%
LAB37.6, 50.9, -65.7
XYZ17.1, 9.9, 53.8
Decimal6699717
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.06:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.74:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #663AC5;
}
.text-color {
color: #663AC5;
}
.border-color {
border: 2px solid #663AC5;
}