#ce9bad
a light, soft magenta / pink · warm · closest name: pink
RGB
206, 155, 173
HSL
339°, 34%, 71%
CMYK
0, 25, 16, 19
Luminance
0.3958
Every format
| HEX | #ce9bad |
| RGB | rgb(206, 155, 173) |
| HSL | hsl(339, 34%, 71%) |
| CMYK | cmyk(0%, 25%, 16%, 19%) |
| LAB | lab(69.2 21.8 -1.9) |
| LCH | lch(69.2 21.8 355.0) |
| OKLCH | oklch(0.743 0.065 355.8) |
Copy-ready code
/* CSS */
color: #ce9bad;
background-color: #ce9bad;
/* Tailwind (arbitrary) */
class="text-[#ce9bad] bg-[#ce9bad]"
/* SCSS */
$brand: #ce9bad;
/* SwiftUI */
Color(red: 0.808, green: 0.608, blue: 0.678)
/* Android */
Color.parseColor("#ce9bad")Accessibility — WCAG contrast
Aa
#ce9bad on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9bad on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta24.8%
Yellow16.0%
Key (black)19.2%
Color previews
#ce9bad text on a black background
contrast 8.92:1
Card sample
#ce9bad text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9bad;
Background color
Panel with #ce9bad background
background-color: #ce9bad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9bad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 155, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 155, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9bad; background: linear-gradient(135deg, #ce9bad, #CEAB9B);