#ce9dcd
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 157, 205
HSL
301°, 33%, 71%
CMYK
0, 24, 1, 19
Luminance
0.4164
Every format
| HEX | #ce9dcd |
| RGB | rgb(206, 157, 205) |
| HSL | hsl(301, 33%, 71%) |
| CMYK | cmyk(0%, 24%, 1%, 19%) |
| LAB | lab(70.6 26.2 -17.5) |
| LCH | lch(70.6 31.5 326.3) |
| OKLCH | oklch(0.757 0.087 327.1) |
Copy-ready code
/* CSS */
color: #ce9dcd;
background-color: #ce9dcd;
/* Tailwind (arbitrary) */
class="text-[#ce9dcd] bg-[#ce9dcd]"
/* SCSS */
$brand: #ce9dcd;
/* SwiftUI */
Color(red: 0.808, green: 0.616, blue: 0.804)
/* Android */
Color.parseColor("#ce9dcd")Accessibility — WCAG contrast
Aa
#ce9dcd on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9dcd on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green61.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta23.8%
Yellow0.5%
Key (black)19.2%
Color previews
#ce9dcd text on a black background
contrast 9.33:1
Card sample
#ce9dcd text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9dcd;
Background color
Panel with #ce9dcd background
background-color: #ce9dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 157, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 157, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9dcd; background: linear-gradient(135deg, #ce9dcd, #CE9DAC);