#e4afac
a light, vivid red · warm · closest name: pink
RGB
228, 175, 172
HSL
3°, 51%, 78%
CMYK
0, 23, 25, 11
Luminance
0.5013
Every format
| HEX | #e4afac |
| RGB | rgb(228, 175, 172) |
| HSL | hsl(3, 51%, 78%) |
| CMYK | cmyk(0%, 23%, 25%, 11%) |
| LAB | lab(76.2 18.9 9.0) |
| LCH | lch(76.2 20.9 25.5) |
| OKLCH | oklch(0.802 0.062 22.3) |
Copy-ready code
/* CSS */
color: #e4afac;
background-color: #e4afac;
/* Tailwind (arbitrary) */
class="text-[#e4afac] bg-[#e4afac]"
/* SCSS */
$brand: #e4afac;
/* SwiftUI */
Color(red: 0.894, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#e4afac")Accessibility — WCAG contrast
Aa
#e4afac on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4afac on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow24.6%
Key (black)10.6%
Color previews
#e4afac text on a black background
contrast 11.03:1
Card sample
#e4afac text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4afac;
Background color
Panel with #e4afac background
background-color: #e4afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4afac; background: linear-gradient(135deg, #e4afac, #E4D4AC);