#eb6971
a light, electric red · warm · closest name: salmon
RGB
235, 105, 113
HSL
356°, 77%, 67%
CMYK
0, 55, 52, 8
Luminance
0.2896
Every format
| HEX | #eb6971 |
| RGB | rgb(235, 105, 113) |
| HSL | hsl(356, 77%, 67%) |
| CMYK | cmyk(0%, 55%, 52%, 8%) |
| LAB | lab(60.8 50.9 20.6) |
| LCH | lch(60.8 54.9 22.0) |
| OKLCH | oklch(0.681 0.161 18.6) |
Copy-ready code
/* CSS */
color: #eb6971;
background-color: #eb6971;
/* Tailwind (arbitrary) */
class="text-[#eb6971] bg-[#eb6971]"
/* SCSS */
$brand: #eb6971;
/* SwiftUI */
Color(red: 0.922, green: 0.412, blue: 0.443)
/* Android */
Color.parseColor("#eb6971")Accessibility — WCAG contrast
Aa
#eb6971 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6971 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green41.2%
Blue44.3%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow51.9%
Key (black)7.8%
Color previews
#eb6971 text on a black background
contrast 6.79:1
Card sample
#eb6971 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6971;
Background color
Panel with #eb6971 background
background-color: #eb6971;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6971;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 105, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 105, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6971; background: linear-gradient(135deg, #eb6971, #EBB869);