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