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