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