#eb9984
a light, vivid red · warm · closest name: salmon
RGB
235, 153, 132
HSL
12°, 72%, 72%
CMYK
0, 35, 44, 8
Luminance
0.4211
Every format
| HEX | #eb9984 |
| RGB | rgb(235, 153, 132) |
| HSL | hsl(12, 72%, 72%) |
| CMYK | cmyk(0%, 35%, 44%, 8%) |
| LAB | lab(71.0 28.4 23.8) |
| LCH | lch(71.0 37.0 39.9) |
| OKLCH | oklch(0.760 0.104 35.1) |
Copy-ready code
/* CSS */
color: #eb9984;
background-color: #eb9984;
/* Tailwind (arbitrary) */
class="text-[#eb9984] bg-[#eb9984]"
/* SCSS */
$brand: #eb9984;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.518)
/* Android */
Color.parseColor("#eb9984")Accessibility — WCAG contrast
Aa
#eb9984 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9984 on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow43.8%
Key (black)7.8%
Color previews
#eb9984 text on a black background
contrast 9.42:1
Card sample
#eb9984 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9984;
Background color
Panel with #eb9984 background
background-color: #eb9984;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9984;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9984; background: linear-gradient(135deg, #eb9984, #EBDE84);