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