#cc5eee
a light, electric violet · warm · closest name: violet
RGB
204, 94, 238
HSL
286°, 81%, 65%
CMYK
14, 61, 0, 7
Luminance
0.2702
Every format
| HEX | #cc5eee |
| RGB | rgb(204, 94, 238) |
| HSL | hsl(286, 81%, 65%) |
| CMYK | cmyk(14%, 61%, 0%, 7%) |
| LAB | lab(59.0 64.5 -54.0) |
| LCH | lch(59.0 84.1 320.1) |
| OKLCH | oklch(0.674 0.223 317.4) |
Copy-ready code
/* CSS */
color: #cc5eee;
background-color: #cc5eee;
/* Tailwind (arbitrary) */
class="text-[#cc5eee] bg-[#cc5eee]"
/* SCSS */
$brand: #cc5eee;
/* SwiftUI */
Color(red: 0.800, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#cc5eee")Accessibility — WCAG contrast
Aa
#cc5eee on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc5eee on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green36.9%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#cc5eee text on a black background
contrast 6.40:1
Card sample
#cc5eee text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc5eee;
Background color
Panel with #cc5eee background
background-color: #cc5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc5eee; background: linear-gradient(135deg, #cc5eee, #EE5EB0);