#CC66F0
A light, vivid purple closely aligning with Mediumorchid.
About #CC66F0
The hex code #CC66F0 represents a beautifully specific shade of purple. Designers often compare it to the standard color Mediumorchid. In the RGB color space, it consists of 204 red, 102 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 15% C, 57% M, 0% Y, and 6% K. With a hue angle of 284.3 degrees, it sits comfortably in the purple spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#CC66F0
RGB204, 102, 240
HSL284.3°, 82.1%, 67.1%
CMYK15%, 57%, 0%, 6%
HSV284.3°, 57.5%, 94.1%
LAB60.5, 61.2, -52.7
XYZ45.4, 28.6, 85.6
Decimal13395696
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.73:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #CC66F0;
}
.text-color {
color: #CC66F0;
}
.border-color {
border: 2px solid #CC66F0;
}