#ce96df
a light, vivid violet · warm · closest name: plum
RGB
206, 150, 223
HSL
286°, 53%, 73%
CMYK
8, 33, 0, 13
Luminance
0.4026
Every format
| HEX | #ce96df |
| RGB | rgb(206, 150, 223) |
| HSL | hsl(286, 53%, 73%) |
| CMYK | cmyk(8%, 33%, 0%, 13%) |
| LAB | lab(69.7 33.5 -28.9) |
| LCH | lch(69.7 44.3 319.2) |
| OKLCH | oklch(0.752 0.118 318.2) |
Copy-ready code
/* CSS */
color: #ce96df;
background-color: #ce96df;
/* Tailwind (arbitrary) */
class="text-[#ce96df] bg-[#ce96df]"
/* SCSS */
$brand: #ce96df;
/* SwiftUI */
Color(red: 0.808, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#ce96df")Accessibility — WCAG contrast
Aa
#ce96df on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce96df on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta32.7%
Yellow0.0%
Key (black)12.5%
Color previews
#ce96df text on a black background
contrast 9.05:1
Card sample
#ce96df text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce96df;
Background color
Panel with #ce96df background
background-color: #ce96df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce96df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce96df; background: linear-gradient(135deg, #ce96df, #DF96BF);