#eb7971
a light, electric red · warm · closest name: salmon
RGB
235, 121, 113
HSL
4°, 75%, 68%
CMYK
0, 49, 52, 8
Luminance
0.3253
Every format
| HEX | #eb7971 |
| RGB | rgb(235, 121, 113) |
| HSL | hsl(4, 75%, 68%) |
| CMYK | cmyk(0%, 49%, 52%, 8%) |
| LAB | lab(63.8 43.1 24.7) |
| LCH | lch(63.8 49.7 29.8) |
| OKLCH | oklch(0.704 0.142 25.5) |
Copy-ready code
/* CSS */
color: #eb7971;
background-color: #eb7971;
/* Tailwind (arbitrary) */
class="text-[#eb7971] bg-[#eb7971]"
/* SCSS */
$brand: #eb7971;
/* SwiftUI */
Color(red: 0.922, green: 0.475, blue: 0.443)
/* Android */
Color.parseColor("#eb7971")Accessibility — WCAG contrast
Aa
#eb7971 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7971 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green47.5%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta48.5%
Yellow51.9%
Key (black)7.8%
Color previews
#eb7971 text on a black background
contrast 7.51:1
Card sample
#eb7971 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7971;
Background color
Panel with #eb7971 background
background-color: #eb7971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 121, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 121, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7971; background: linear-gradient(135deg, #eb7971, #EBCA71);