#ce9eb8
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 158, 184
HSL
328°, 33%, 71%
CMYK
0, 23, 11, 19
Luminance
0.4104
Every format
| HEX | #ce9eb8 |
| RGB | rgb(206, 158, 184) |
| HSL | hsl(328, 33%, 71%) |
| CMYK | cmyk(0%, 23%, 11%, 19%) |
| LAB | lab(70.2 21.9 -6.5) |
| LCH | lch(70.2 22.9 343.5) |
| OKLCH | oklch(0.752 0.066 345.1) |
Copy-ready code
/* CSS */
color: #ce9eb8;
background-color: #ce9eb8;
/* Tailwind (arbitrary) */
class="text-[#ce9eb8] bg-[#ce9eb8]"
/* SCSS */
$brand: #ce9eb8;
/* SwiftUI */
Color(red: 0.808, green: 0.620, blue: 0.722)
/* Android */
Color.parseColor("#ce9eb8")Accessibility — WCAG contrast
Aa
#ce9eb8 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9eb8 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green62.0%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta23.3%
Yellow10.7%
Key (black)19.2%
Color previews
#ce9eb8 text on a black background
contrast 9.21:1
Card sample
#ce9eb8 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9eb8;
Background color
Panel with #ce9eb8 background
background-color: #ce9eb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9eb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 158, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 158, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9eb8; background: linear-gradient(135deg, #ce9eb8, #CEA49E);