#eba090
a light, vivid red · warm · closest name: pink
RGB
235, 160, 144
HSL
11°, 70%, 74%
CMYK
0, 32, 39, 8
Luminance
0.4482
Every format
| HEX | #eba090 |
| RGB | rgb(235, 160, 144) |
| HSL | hsl(11, 70%, 74%) |
| CMYK | cmyk(0%, 32%, 39%, 8%) |
| LAB | lab(72.8 25.9 19.7) |
| LCH | lch(72.8 32.6 37.2) |
| OKLCH | oklch(0.775 0.093 32.5) |
Copy-ready code
/* CSS */
color: #eba090;
background-color: #eba090;
/* Tailwind (arbitrary) */
class="text-[#eba090] bg-[#eba090]"
/* SCSS */
$brand: #eba090;
/* SwiftUI */
Color(red: 0.922, green: 0.627, blue: 0.565)
/* Android */
Color.parseColor("#eba090")Accessibility — WCAG contrast
Aa
#eba090 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba090 on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.7%
Blue56.5%
CMYK percentages
Cyan0.0%
Magenta31.9%
Yellow38.7%
Key (black)7.8%
Color previews
#eba090 text on a black background
contrast 9.96:1
Card sample
#eba090 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba090;
Background color
Panel with #eba090 background
background-color: #eba090;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba090;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 160, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 160, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba090; background: linear-gradient(135deg, #eba090, #EBDD90);