#cc8eee
a light, vivid violet · warm · closest name: violet
RGB
204, 142, 238
HSL
279°, 74%, 75%
CMYK
14, 40, 0, 7
Luminance
0.3836
Every format
| HEX | #cc8eee |
| RGB | rgb(204, 142, 238) |
| HSL | hsl(279, 74%, 75%) |
| CMYK | cmyk(14%, 40%, 0%, 7%) |
| LAB | lab(68.3 40.4 -39.3) |
| LCH | lch(68.3 56.3 315.8) |
| OKLCH | oklch(0.743 0.148 312.9) |
Copy-ready code
/* CSS */
color: #cc8eee;
background-color: #cc8eee;
/* Tailwind (arbitrary) */
class="text-[#cc8eee] bg-[#cc8eee]"
/* SCSS */
$brand: #cc8eee;
/* SwiftUI */
Color(red: 0.800, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#cc8eee")Accessibility — WCAG contrast
Aa
#cc8eee on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc8eee on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green55.7%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cc8eee text on a black background
contrast 8.67:1
Card sample
#cc8eee text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc8eee;
Background color
Panel with #cc8eee background
background-color: #cc8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc8eee; background: linear-gradient(135deg, #cc8eee, #EE8ED0);