#ce88fd
a light, electric violet · warm · closest name: violet
RGB
206, 136, 253
HSL
276°, 97%, 76%
CMYK
19, 46, 0, 1
Luminance
0.3782
Every format
| HEX | #ce88fd |
| RGB | rgb(206, 136, 253) |
| HSL | hsl(276, 97%, 76%) |
| CMYK | cmyk(19%, 46%, 0%, 1%) |
| LAB | lab(67.9 47.3 -48.1) |
| LCH | lch(67.9 67.5 314.5) |
| OKLCH | oklch(0.743 0.176 310.4) |
Copy-ready code
/* CSS */
color: #ce88fd;
background-color: #ce88fd;
/* Tailwind (arbitrary) */
class="text-[#ce88fd] bg-[#ce88fd]"
/* SCSS */
$brand: #ce88fd;
/* SwiftUI */
Color(red: 0.808, green: 0.533, blue: 0.992)
/* Android */
Color.parseColor("#ce88fd")Accessibility — WCAG contrast
Aa
#ce88fd on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce88fd on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.3%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta46.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ce88fd text on a black background
contrast 8.56:1
Card sample
#ce88fd text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce88fd;
Background color
Panel with #ce88fd background
background-color: #ce88fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce88fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 136, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 136, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce88fd; background: linear-gradient(135deg, #ce88fd, #FD88DE);