#ce9ddf
a light, vivid violet · warm · closest name: plum
RGB
206, 157, 223
HSL
285°, 51%, 75%
CMYK
8, 30, 0, 13
Luminance
0.4256
Every format
| HEX | #ce9ddf |
| RGB | rgb(206, 157, 223) |
| HSL | hsl(285, 51%, 75%) |
| CMYK | cmyk(8%, 30%, 0%, 13%) |
| LAB | lab(71.3 29.7 -26.4) |
| LCH | lch(71.3 39.8 318.3) |
| OKLCH | oklch(0.764 0.106 317.2) |
Copy-ready code
/* CSS */
color: #ce9ddf;
background-color: #ce9ddf;
/* Tailwind (arbitrary) */
class="text-[#ce9ddf] bg-[#ce9ddf]"
/* SCSS */
$brand: #ce9ddf;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#ce9ddf")Accessibility — WCAG contrast
Aa
#ce9ddf on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9ddf on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.6%
Blue87.5%
CMYK percentages
Cyan7.6%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ce9ddf text on a black background
contrast 9.51:1
Card sample
#ce9ddf text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9ddf;
Background color
Panel with #ce9ddf background
background-color: #ce9ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9ddf; background: linear-gradient(135deg, #ce9ddf, #DF9DC4);