#eabbaf
a light, vivid red · warm · closest name: pink
RGB
234, 187, 175
HSL
12°, 58%, 80%
CMYK
0, 20, 25, 8
Luminance
0.5613
Every format
| HEX | #eabbaf |
| RGB | rgb(234, 187, 175) |
| HSL | hsl(12, 58%, 80%) |
| CMYK | cmyk(0%, 20%, 25%, 8%) |
| LAB | lab(79.7 15.1 12.5) |
| LCH | lch(79.7 19.6 39.6) |
| OKLCH | oklch(0.831 0.057 34.7) |
Copy-ready code
/* CSS */
color: #eabbaf;
background-color: #eabbaf;
/* Tailwind (arbitrary) */
class="text-[#eabbaf] bg-[#eabbaf]"
/* SCSS */
$brand: #eabbaf;
/* SwiftUI */
Color(red: 0.918, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#eabbaf")Accessibility — WCAG contrast
Aa
#eabbaf on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eabbaf on black: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta20.1%
Yellow25.2%
Key (black)8.2%
Color previews
#eabbaf text on a black background
contrast 12.23:1
Card sample
#eabbaf text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eabbaf;
Background color
Panel with #eabbaf background
background-color: #eabbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eabbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eabbaf; background: linear-gradient(135deg, #eabbaf, #EAE2AF);