#ce8cb2
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 140, 178
HSL
326°, 40%, 68%
CMYK
0, 32, 14, 19
Luminance
0.3509
Every format
| HEX | #ce8cb2 |
| RGB | rgb(206, 140, 178) |
| HSL | hsl(326, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 14%, 19%) |
| LAB | lab(65.8 30.8 -9.7) |
| LCH | lch(65.8 32.3 342.5) |
| OKLCH | oklch(0.717 0.094 344.3) |
Copy-ready code
/* CSS */
color: #ce8cb2;
background-color: #ce8cb2;
/* Tailwind (arbitrary) */
class="text-[#ce8cb2] bg-[#ce8cb2]"
/* SCSS */
$brand: #ce8cb2;
/* SwiftUI */
Color(red: 0.808, green: 0.549, blue: 0.698)
/* Android */
Color.parseColor("#ce8cb2")Accessibility — WCAG contrast
Aa
#ce8cb2 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8cb2 on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow13.6%
Key (black)19.2%
Color previews
#ce8cb2 text on a black background
contrast 8.02:1
Card sample
#ce8cb2 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8cb2;
Background color
Panel with #ce8cb2 background
background-color: #ce8cb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8cb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 140, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 140, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8cb2; background: linear-gradient(135deg, #ce8cb2, #CE928C);