#ce9bdf
a light, vivid violet · warm · closest name: plum
RGB
206, 155, 223
HSL
285°, 52%, 74%
CMYK
8, 31, 0, 13
Luminance
0.4189
Every format
| HEX | #ce9bdf |
| RGB | rgb(206, 155, 223) |
| HSL | hsl(285, 52%, 74%) |
| CMYK | cmyk(8%, 31%, 0%, 13%) |
| LAB | lab(70.8 30.8 -27.1) |
| LCH | lch(70.8 41.1 318.6) |
| OKLCH | oklch(0.760 0.110 317.5) |
Copy-ready code
/* CSS */
color: #ce9bdf;
background-color: #ce9bdf;
/* Tailwind (arbitrary) */
class="text-[#ce9bdf] bg-[#ce9bdf]"
/* SCSS */
$brand: #ce9bdf;
/* SwiftUI */
Color(red: 0.808, green: 0.608, blue: 0.875)
/* Android */
Color.parseColor("#ce9bdf")Accessibility — WCAG contrast
Aa
#ce9bdf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9bdf on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.8%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta30.5%
Yellow0.0%
Key (black)12.5%
Color previews
#ce9bdf text on a black background
contrast 9.38:1
Card sample
#ce9bdf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9bdf;
Background color
Panel with #ce9bdf background
background-color: #ce9bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 155, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 155, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9bdf; background: linear-gradient(135deg, #ce9bdf, #DF9BC3);