#cc88ff
a light, electric violet · warm · closest name: violet
RGB
204, 136, 255
HSL
274°, 100%, 77%
CMYK
20, 47, 0, 0
Luminance
0.3767
Every format
| HEX | #cc88ff |
| RGB | rgb(204, 136, 255) |
| HSL | hsl(274, 100%, 77%) |
| CMYK | cmyk(20%, 47%, 0%, 0%) |
| LAB | lab(67.8 47.2 -49.4) |
| LCH | lch(67.8 68.3 313.7) |
| OKLCH | oklch(0.742 0.177 309.1) |
Copy-ready code
/* CSS */
color: #cc88ff;
background-color: #cc88ff;
/* Tailwind (arbitrary) */
class="text-[#cc88ff] bg-[#cc88ff]"
/* SCSS */
$brand: #cc88ff;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#cc88ff")Accessibility — WCAG contrast
Aa
#cc88ff on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc88ff on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue100.0%
CMYK percentages
Cyan20.0%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#cc88ff text on a black background
contrast 8.53:1
Card sample
#cc88ff text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc88ff;
Background color
Panel with #cc88ff background
background-color: #cc88ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc88ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc88ff; background: linear-gradient(135deg, #cc88ff, #FF88E3);