#ce93df
a light, vivid violet · warm · closest name: plum
RGB
206, 147, 223
HSL
287°, 54%, 73%
CMYK
8, 34, 0, 13
Luminance
0.3932
Every format
| HEX | #ce93df |
| RGB | rgb(206, 147, 223) |
| HSL | hsl(287, 54%, 73%) |
| CMYK | cmyk(8%, 34%, 0%, 13%) |
| LAB | lab(69.0 35.2 -29.9) |
| LCH | lch(69.0 46.2 319.6) |
| OKLCH | oklch(0.747 0.124 318.5) |
Copy-ready code
/* CSS */
color: #ce93df;
background-color: #ce93df;
/* Tailwind (arbitrary) */
class="text-[#ce93df] bg-[#ce93df]"
/* SCSS */
$brand: #ce93df;
/* SwiftUI */
Color(red: 0.808, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#ce93df")Accessibility — WCAG contrast
Aa
#ce93df on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce93df on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green57.6%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#ce93df text on a black background
contrast 8.86:1
Card sample
#ce93df text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce93df;
Background color
Panel with #ce93df background
background-color: #ce93df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce93df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce93df; background: linear-gradient(135deg, #ce93df, #DF93BD);