#ce93eb
a light, vivid violet · warm · closest name: plum
RGB
206, 147, 235
HSL
280°, 69%, 75%
CMYK
12, 37, 0, 8
Luminance
0.3999
Every format
| HEX | #ce93eb |
| RGB | rgb(206, 147, 235) |
| HSL | hsl(280, 69%, 75%) |
| CMYK | cmyk(12%, 37%, 0%, 8%) |
| LAB | lab(69.5 37.6 -35.8) |
| LCH | lch(69.5 51.9 316.4) |
| OKLCH | oklch(0.752 0.137 314.1) |
Copy-ready code
/* CSS */
color: #ce93eb;
background-color: #ce93eb;
/* Tailwind (arbitrary) */
class="text-[#ce93eb] bg-[#ce93eb]"
/* SCSS */
$brand: #ce93eb;
/* SwiftUI */
Color(red: 0.808, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#ce93eb")Accessibility — WCAG contrast
Aa
#ce93eb on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce93eb on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green57.6%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#ce93eb text on a black background
contrast 9.00:1
Card sample
#ce93eb text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce93eb;
Background color
Panel with #ce93eb background
background-color: #ce93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce93eb; background: linear-gradient(135deg, #ce93eb, #EB93CD);