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