#e2abad
a light, vivid red · warm · closest name: pink
RGB
226, 171, 173
HSL
358°, 49%, 78%
CMYK
0, 24, 24, 11
Luminance
0.4831
Every format
| HEX | #e2abad |
| RGB | rgb(226, 171, 173) |
| HSL | hsl(358, 49%, 78%) |
| CMYK | cmyk(0%, 24%, 24%, 11%) |
| LAB | lab(75.0 20.4 6.8) |
| LCH | lch(75.0 21.5 18.5) |
| OKLCH | oklch(0.792 0.065 16.2) |
Copy-ready code
/* CSS */
color: #e2abad;
background-color: #e2abad;
/* Tailwind (arbitrary) */
class="text-[#e2abad] bg-[#e2abad]"
/* SCSS */
$brand: #e2abad;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.678)
/* Android */
Color.parseColor("#e2abad")Accessibility — WCAG contrast
Aa
#e2abad on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abad on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow23.5%
Key (black)11.4%
Color previews
#e2abad text on a black background
contrast 10.66:1
Card sample
#e2abad text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abad;
Background color
Panel with #e2abad background
background-color: #e2abad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abad; background: linear-gradient(135deg, #e2abad, #E2CEAB);