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