#eb9484
a light, vivid red · warm · closest name: salmon
RGB
235, 148, 132
HSL
9°, 72%, 72%
CMYK
0, 37, 44, 8
Luminance
0.4051
Every format
| HEX | #eb9484 |
| RGB | rgb(235, 148, 132) |
| HSL | hsl(9, 72%, 72%) |
| CMYK | cmyk(0%, 37%, 44%, 8%) |
| LAB | lab(69.8 31.0 22.2) |
| LCH | lch(69.8 38.1 35.7) |
| OKLCH | oklch(0.752 0.108 31.1) |
Copy-ready code
/* CSS */
color: #eb9484;
background-color: #eb9484;
/* Tailwind (arbitrary) */
class="text-[#eb9484] bg-[#eb9484]"
/* SCSS */
$brand: #eb9484;
/* SwiftUI */
Color(red: 0.922, green: 0.580, blue: 0.518)
/* Android */
Color.parseColor("#eb9484")Accessibility — WCAG contrast
Aa
#eb9484 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9484 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.0%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow43.8%
Key (black)7.8%
Color previews
#eb9484 text on a black background
contrast 9.10:1
Card sample
#eb9484 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9484;
Background color
Panel with #eb9484 background
background-color: #eb9484;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9484;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 148, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 148, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9484; background: linear-gradient(135deg, #eb9484, #EBD984);