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