#e2afac
a light, vivid red · warm · closest name: pink
RGB
226, 175, 172
HSL
3°, 48%, 78%
CMYK
0, 23, 24, 11
Luminance
0.4981
Every format
| HEX | #e2afac |
| RGB | rgb(226, 175, 172) |
| HSL | hsl(3, 48%, 78%) |
| CMYK | cmyk(0%, 23%, 24%, 11%) |
| LAB | lab(76.0 18.1 8.7) |
| LCH | lch(76.0 20.1 25.6) |
| OKLCH | oklch(0.800 0.060 22.4) |
Copy-ready code
/* CSS */
color: #e2afac;
background-color: #e2afac;
/* Tailwind (arbitrary) */
class="text-[#e2afac] bg-[#e2afac]"
/* SCSS */
$brand: #e2afac;
/* SwiftUI */
Color(red: 0.886, green: 0.686, blue: 0.675)
/* Android */
Color.parseColor("#e2afac")Accessibility — WCAG contrast
Aa
#e2afac on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2afac on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green68.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow23.9%
Key (black)11.4%
Color previews
#e2afac text on a black background
contrast 10.96:1
Card sample
#e2afac text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2afac;
Background color
Panel with #e2afac background
background-color: #e2afac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2afac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 175, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 175, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2afac; background: linear-gradient(135deg, #e2afac, #E2D3AC);