#e9afbd
a light, vivid red · warm · closest name: pink
RGB
233, 175, 189
HSL
346°, 57%, 80%
CMYK
0, 25, 19, 9
Luminance
0.5166
Every format
| HEX | #e9afbd |
| RGB | rgb(233, 175, 189) |
| HSL | hsl(346, 57%, 80%) |
| CMYK | cmyk(0%, 25%, 19%, 9%) |
| LAB | lab(77.1 23.2 1.1) |
| LCH | lch(77.1 23.2 2.8) |
| OKLCH | oklch(0.811 0.070 2.8) |
Copy-ready code
/* CSS */
color: #e9afbd;
background-color: #e9afbd;
/* Tailwind (arbitrary) */
class="text-[#e9afbd] bg-[#e9afbd]"
/* SCSS */
$brand: #e9afbd;
/* SwiftUI */
Color(red: 0.914, green: 0.686, blue: 0.741)
/* Android */
Color.parseColor("#e9afbd")Accessibility — WCAG contrast
Aa
#e9afbd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9afbd on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green68.6%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow18.9%
Key (black)8.6%
Color previews
#e9afbd text on a black background
contrast 11.33:1
Card sample
#e9afbd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9afbd;
Background color
Panel with #e9afbd background
background-color: #e9afbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9afbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 175, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 175, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9afbd; background: linear-gradient(135deg, #e9afbd, #E9C8AF);