#eba3ae
a light, vivid red · warm · closest name: pink
RGB
235, 163, 174
HSL
351°, 64%, 78%
CMYK
0, 31, 26, 8
Luminance
0.4691
Every format
| HEX | #eba3ae |
| RGB | rgb(235, 163, 174) |
| HSL | hsl(351, 64%, 78%) |
| CMYK | cmyk(0%, 31%, 26%, 8%) |
| LAB | lab(74.1 28.1 5.1) |
| LCH | lch(74.1 28.6 10.3) |
| OKLCH | oklch(0.788 0.086 9.2) |
Copy-ready code
/* CSS */
color: #eba3ae;
background-color: #eba3ae;
/* Tailwind (arbitrary) */
class="text-[#eba3ae] bg-[#eba3ae]"
/* SCSS */
$brand: #eba3ae;
/* SwiftUI */
Color(red: 0.922, green: 0.639, blue: 0.682)
/* Android */
Color.parseColor("#eba3ae")Accessibility — WCAG contrast
Aa
#eba3ae on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba3ae on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green63.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow26.0%
Key (black)7.8%
Color previews
#eba3ae text on a black background
contrast 10.38:1
Card sample
#eba3ae text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba3ae;
Background color
Panel with #eba3ae background
background-color: #eba3ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba3ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 163, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 163, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba3ae; background: linear-gradient(135deg, #eba3ae, #EBC8A3);