#eb8183
a light, vivid red · warm · closest name: salmon
RGB
235, 129, 131
HSL
359°, 73%, 71%
CMYK
0, 45, 44, 8
Luminance
0.3500
Every format
| HEX | #eb8183 |
| RGB | rgb(235, 129, 131) |
| HSL | hsl(359, 73%, 71%) |
| CMYK | cmyk(0%, 45%, 44%, 8%) |
| LAB | lab(65.8 40.8 17.2) |
| LCH | lch(65.8 44.3 22.9) |
| OKLCH | oklch(0.720 0.130 19.6) |
Copy-ready code
/* CSS */
color: #eb8183;
background-color: #eb8183;
/* Tailwind (arbitrary) */
class="text-[#eb8183] bg-[#eb8183]"
/* SCSS */
$brand: #eb8183;
/* SwiftUI */
Color(red: 0.922, green: 0.506, blue: 0.514)
/* Android */
Color.parseColor("#eb8183")Accessibility — WCAG contrast
Aa
#eb8183 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8183 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.6%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow44.3%
Key (black)7.8%
Color previews
#eb8183 text on a black background
contrast 8.00:1
Card sample
#eb8183 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8183;
Background color
Panel with #eb8183 background
background-color: #eb8183;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8183;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 129, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 129, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8183; background: linear-gradient(135deg, #eb8183, #EBC681);