#ce88df
a light, vivid violet · warm · closest name: orchid
RGB
206, 136, 223
HSL
288°, 58%, 70%
CMYK
8, 39, 0, 13
Luminance
0.3606
Every format
| HEX | #ce88df |
| RGB | rgb(206, 136, 223) |
| HSL | hsl(288, 58%, 70%) |
| CMYK | cmyk(8%, 39%, 0%, 13%) |
| LAB | lab(66.6 41.1 -33.7) |
| LCH | lch(66.6 53.1 320.7) |
| OKLCH | oklch(0.728 0.143 319.6) |
Copy-ready code
/* CSS */
color: #ce88df;
background-color: #ce88df;
/* Tailwind (arbitrary) */
class="text-[#ce88df] bg-[#ce88df]"
/* SCSS */
$brand: #ce88df;
/* SwiftUI */
Color(red: 0.808, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#ce88df")Accessibility — WCAG contrast
Aa
#ce88df on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce88df on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green53.3%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta39.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ce88df text on a black background
contrast 8.21:1
Card sample
#ce88df text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce88df;
Background color
Panel with #ce88df background
background-color: #ce88df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce88df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce88df; background: linear-gradient(135deg, #ce88df, #DF88B6);