#cc7ae4
a light, vivid violet · warm · closest name: orchid
RGB
204, 122, 228
HSL
286°, 66%, 69%
CMYK
11, 47, 0, 11
Luminance
0.3236
Every format
| HEX | #cc7ae4 |
| RGB | rgb(204, 122, 228) |
| HSL | hsl(286, 66%, 69%) |
| CMYK | cmyk(11%, 47%, 0%, 11%) |
| LAB | lab(63.6 48.9 -41.0) |
| LCH | lch(63.6 63.8 320.0) |
| OKLCH | oklch(0.707 0.171 318.2) |
Copy-ready code
/* CSS */
color: #cc7ae4;
background-color: #cc7ae4;
/* Tailwind (arbitrary) */
class="text-[#cc7ae4] bg-[#cc7ae4]"
/* SCSS */
$brand: #cc7ae4;
/* SwiftUI */
Color(red: 0.800, green: 0.478, blue: 0.894)
/* Android */
Color.parseColor("#cc7ae4")Accessibility — WCAG contrast
Aa
#cc7ae4 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc7ae4 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.8%
Blue89.4%
CMYK percentages
Cyan10.5%
Magenta46.5%
Yellow0.0%
Key (black)10.6%
Color previews
#cc7ae4 text on a black background
contrast 7.47:1
Card sample
#cc7ae4 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc7ae4;
Background color
Panel with #cc7ae4 background
background-color: #cc7ae4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc7ae4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 122, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 122, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc7ae4; background: linear-gradient(135deg, #cc7ae4, #E47AB5);