#ce8da2
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 141, 162
HSL
341°, 40%, 68%
CMYK
0, 32, 21, 19
Luminance
0.3478
Every format
| HEX | #ce8da2 |
| RGB | rgb(206, 141, 162) |
| HSL | hsl(341, 40%, 68%) |
| CMYK | cmyk(0%, 32%, 21%, 19%) |
| LAB | lab(65.6 27.7 -1.0) |
| LCH | lch(65.6 27.7 357.9) |
| OKLCH | oklch(0.714 0.083 358.4) |
Copy-ready code
/* CSS */
color: #ce8da2;
background-color: #ce8da2;
/* Tailwind (arbitrary) */
class="text-[#ce8da2] bg-[#ce8da2]"
/* SCSS */
$brand: #ce8da2;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.635)
/* Android */
Color.parseColor("#ce8da2")Accessibility — WCAG contrast
Aa
#ce8da2 on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8da2 on black: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow21.4%
Key (black)19.2%
Color previews
#ce8da2 text on a black background
contrast 7.96:1
Card sample
#ce8da2 text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8da2;
Background color
Panel with #ce8da2 background
background-color: #ce8da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8da2; background: linear-gradient(135deg, #ce8da2, #CEA38D);