#eb9293
a light, vivid red · warm · closest name: salmon
RGB
235, 146, 147
HSL
359°, 69%, 75%
CMYK
0, 38, 37, 8
Luminance
0.4033
Every format
| HEX | #eb9293 |
| RGB | rgb(235, 146, 147) |
| HSL | hsl(359, 69%, 75%) |
| CMYK | cmyk(0%, 38%, 37%, 8%) |
| LAB | lab(69.7 33.7 13.8) |
| LCH | lch(69.7 36.4 22.2) |
| OKLCH | oklch(0.752 0.108 19.2) |
Copy-ready code
/* CSS */
color: #eb9293;
background-color: #eb9293;
/* Tailwind (arbitrary) */
class="text-[#eb9293] bg-[#eb9293]"
/* SCSS */
$brand: #eb9293;
/* SwiftUI */
Color(red: 0.922, green: 0.573, blue: 0.576)
/* Android */
Color.parseColor("#eb9293")Accessibility — WCAG contrast
Aa
#eb9293 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9293 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.3%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow37.4%
Key (black)7.8%
Color previews
#eb9293 text on a black background
contrast 9.07:1
Card sample
#eb9293 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9293;
Background color
Panel with #eb9293 background
background-color: #eb9293;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9293;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 146, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 146, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9293; background: linear-gradient(135deg, #eb9293, #EBCC92);