#cc88ee
a light, electric violet · warm · closest name: violet
RGB
204, 136, 238
HSL
280°, 75%, 73%
CMYK
14, 43, 0, 7
Luminance
0.3662
Every format
| HEX | #cc88ee |
| RGB | rgb(204, 136, 238) |
| HSL | hsl(280, 75%, 73%) |
| CMYK | cmyk(14%, 43%, 0%, 7%) |
| LAB | lab(67.0 43.6 -41.3) |
| LCH | lch(67.0 60.0 316.5) |
| OKLCH | oklch(0.733 0.158 313.7) |
Copy-ready code
/* CSS */
color: #cc88ee;
background-color: #cc88ee;
/* Tailwind (arbitrary) */
class="text-[#cc88ee] bg-[#cc88ee]"
/* SCSS */
$brand: #cc88ee;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.933)
/* Android */
Color.parseColor("#cc88ee")Accessibility — WCAG contrast
Aa
#cc88ee on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc88ee on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue93.3%
CMYK percentages
Cyan14.3%
Magenta42.9%
Yellow0.0%
Key (black)6.7%
Color previews
#cc88ee text on a black background
contrast 8.32:1
Card sample
#cc88ee text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc88ee;
Background color
Panel with #cc88ee background
background-color: #cc88ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc88ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc88ee; background: linear-gradient(135deg, #cc88ee, #EE88CC);