#ce96eb
a light, vivid violet · warm · closest name: plum
RGB
206, 150, 235
HSL
280°, 68%, 76%
CMYK
12, 36, 0, 8
Luminance
0.4093
Every format
| HEX | #ce96eb |
| RGB | rgb(206, 150, 235) |
| HSL | hsl(280, 68%, 76%) |
| CMYK | cmyk(12%, 36%, 0%, 8%) |
| LAB | lab(70.1 36.0 -34.8) |
| LCH | lch(70.1 50.0 316.0) |
| OKLCH | oklch(0.757 0.132 313.6) |
Copy-ready code
/* CSS */
color: #ce96eb;
background-color: #ce96eb;
/* Tailwind (arbitrary) */
class="text-[#ce96eb] bg-[#ce96eb]"
/* SCSS */
$brand: #ce96eb;
/* SwiftUI */
Color(red: 0.808, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#ce96eb")Accessibility — WCAG contrast
Aa
#ce96eb on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce96eb on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.8%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#ce96eb text on a black background
contrast 9.19:1
Card sample
#ce96eb text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce96eb;
Background color
Panel with #ce96eb background
background-color: #ce96eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce96eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce96eb; background: linear-gradient(135deg, #ce96eb, #EB96CF);