#cc55ee
a balanced, electric violet · warm · closest name: violet
RGB
204, 85, 238
HSL
287°, 82%, 63%
CMYK
14, 64, 0, 7
Luminance
0.2551
Every format
| HEX | #cc55ee |
| RGB | rgb(204, 85, 238) |
| HSL | hsl(287, 82%, 63%) |
| CMYK | cmyk(14%, 64%, 0%, 7%) |
| LAB | lab(57.6 68.5 -56.2) |
| LCH | lch(57.6 88.6 320.6) |
| OKLCH | oklch(0.664 0.235 318.0) |
Copy-ready code
/* CSS */
color: #cc55ee;
background-color: #cc55ee;
/* Tailwind (arbitrary) */
class="text-[#cc55ee] bg-[#cc55ee]"
/* SCSS */
$brand: #cc55ee;
/* SwiftUI */
Color(red: 0.800, green: 0.333, blue: 0.933)
/* Android */
Color.parseColor("#cc55ee")Accessibility — WCAG contrast
Aa
#cc55ee on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cc55ee on black: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green33.3%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta64.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cc55ee text on a black background
contrast 6.10:1
Card sample
#cc55ee text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc55ee;
Background color
Panel with #cc55ee background
background-color: #cc55ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc55ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 85, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 85, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc55ee; background: linear-gradient(135deg, #cc55ee, #EE55AA);