#e9afac
a light, vivid red · warm · closest name: pink
RGB
233, 175, 172
HSL
3°, 58%, 79%
CMYK
0, 25, 26, 9
Luminance
0.5096
Every format
| HEX | #e9afac |
| RGB | rgb(233, 175, 172) |
| HSL | hsl(3, 58%, 79%) |
| CMYK | cmyk(0%, 25%, 26%, 9%) |
| LAB | lab(76.7 20.7 9.8) |
| LCH | lch(76.7 22.9 25.3) |
| OKLCH | oklch(0.807 0.068 22.1) |
Copy-ready code
/* CSS */
color: #e9afac;
background-color: #e9afac;
/* Tailwind (arbitrary) */
class="text-[#e9afac] bg-[#e9afac]"
/* SCSS */
$brand: #e9afac;
/* SwiftUI */
Color(red: 0.914, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#e9afac")Accessibility — WCAG contrast
Aa
#e9afac on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9afac on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow26.2%
Key (black)8.6%
Color previews
#e9afac text on a black background
contrast 11.19:1
Card sample
#e9afac text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9afac;
Background color
Panel with #e9afac background
background-color: #e9afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9afac; background: linear-gradient(135deg, #e9afac, #E9D8AC);