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