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