#662FC8
A medium, moderate purple closely aligning with Darkorchid.
About #662FC8
The hex code #662FC8 represents a beautifully specific shade of purple. It is closely associated with the named CSS color Darkorchid. To achieve this exact tint on a monitor, you would use an RGB mix of 102, 47, and 200.
If you are designing for print, the four-color process is what matters most. The color uses 49% Cyan, 76% Magenta, 0% Yellow, and 22% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#662FC8
RGB102, 47, 200
HSL261.6°, 61.9%, 48.4%
CMYK49%, 76%, 0%, 22%
HSV261.6°, 76.5%, 78.4%
LAB36.0, 57.0, -70.0
XYZ16.9, 9.0, 55.5
Decimal6696904
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.49:1
Text on #FFFFFF
AAA
2.81:1
Text on #000000
FAIL
7.15:1
Text on #F8FAFC
AAA
2.39:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #662FC8;
}
.text-color {
color: #662FC8;
}
.border-color {
border: 2px solid #662FC8;
}