#ce88ff
a light, electric violet · warm · closest name: violet
RGB
206, 136, 255
HSL
275°, 100%, 77%
CMYK
19, 47, 0, 0
Luminance
0.3795
Every format
| HEX | #ce88ff |
| RGB | rgb(206, 136, 255) |
| HSL | hsl(275, 100%, 77%) |
| CMYK | cmyk(19%, 47%, 0%, 0%) |
| LAB | lab(68.0 47.7 -49.1) |
| LCH | lch(68.0 68.5 314.2) |
| OKLCH | oklch(0.744 0.178 309.9) |
Copy-ready code
/* CSS */
color: #ce88ff;
background-color: #ce88ff;
/* Tailwind (arbitrary) */
class="text-[#ce88ff] bg-[#ce88ff]"
/* SCSS */
$brand: #ce88ff;
/* SwiftUI */
Color(red: 0.808, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#ce88ff")Accessibility — WCAG contrast
Aa
#ce88ff on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce88ff on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.3%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ce88ff text on a black background
contrast 8.59:1
Card sample
#ce88ff text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce88ff;
Background color
Panel with #ce88ff background
background-color: #ce88ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce88ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce88ff; background: linear-gradient(135deg, #ce88ff, #FF88E1);