#ce8dae
a light, soft magenta / pink · warm · closest name: plum
RGB
206, 141, 174
HSL
330°, 40%, 68%
CMYK
0, 32, 16, 19
Luminance
0.3523
Every format
| HEX | #ce8dae |
| RGB | rgb(206, 141, 174) |
| HSL | hsl(330, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 16%, 19%) |
| LAB | lab(65.9 29.6 -7.3) |
| LCH | lch(65.9 30.4 346.2) |
| OKLCH | oklch(0.718 0.089 347.8) |
Copy-ready code
/* CSS */
color: #ce8dae;
background-color: #ce8dae;
/* Tailwind (arbitrary) */
class="text-[#ce8dae] bg-[#ce8dae]"
/* SCSS */
$brand: #ce8dae;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.682)
/* Android */
Color.parseColor("#ce8dae")Accessibility — WCAG contrast
Aa
#ce8dae on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8dae on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow15.5%
Key (black)19.2%
Color previews
#ce8dae text on a black background
contrast 8.05:1
Card sample
#ce8dae text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8dae;
Background color
Panel with #ce8dae background
background-color: #ce8dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8dae; background: linear-gradient(135deg, #ce8dae, #CE978D);