#ce8dc1
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 141, 193
HSL
312°, 40%, 68%
CMYK
0, 32, 6, 19
Luminance
0.3602
Every format
| HEX | #ce8dc1 |
| RGB | rgb(206, 141, 193) |
| HSL | hsl(312, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 6%, 19%) |
| LAB | lab(66.5 32.8 -17.0) |
| LCH | lch(66.5 36.9 332.6) |
| OKLCH | oklch(0.725 0.104 334.0) |
Copy-ready code
/* CSS */
color: #ce8dc1;
background-color: #ce8dc1;
/* Tailwind (arbitrary) */
class="text-[#ce8dc1] bg-[#ce8dc1]"
/* SCSS */
$brand: #ce8dc1;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.757)
/* Android */
Color.parseColor("#ce8dc1")Accessibility — WCAG contrast
Aa
#ce8dc1 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8dc1 on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow6.3%
Key (black)19.2%
Color previews
#ce8dc1 text on a black background
contrast 8.20:1
Card sample
#ce8dc1 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8dc1;
Background color
Panel with #ce8dc1 background
background-color: #ce8dc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8dc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8dc1; background: linear-gradient(135deg, #ce8dc1, #CE8D96);