#eb5f5c
a balanced, electric red · warm · closest name: salmon
RGB
235, 95, 92
HSL
1°, 78%, 64%
CMYK
0, 60, 61, 8
Luminance
0.2662
Every format
| HEX | #eb5f5c |
| RGB | rgb(235, 95, 92) |
| HSL | hsl(1, 78%, 64%) |
| CMYK | cmyk(0%, 60%, 61%, 8%) |
| LAB | lab(58.6 53.9 29.8) |
| LCH | lch(58.6 61.6 28.9) |
| OKLCH | oklch(0.664 0.174 24.3) |
Copy-ready code
/* CSS */
color: #eb5f5c;
background-color: #eb5f5c;
/* Tailwind (arbitrary) */
class="text-[#eb5f5c] bg-[#eb5f5c]"
/* SCSS */
$brand: #eb5f5c;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.361)
/* Android */
Color.parseColor("#eb5f5c")Accessibility — WCAG contrast
Aa
#eb5f5c on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5f5c on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow60.9%
Key (black)7.8%
Color previews
#eb5f5c text on a black background
contrast 6.32:1
Card sample
#eb5f5c text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5f5c;
Background color
Panel with #eb5f5c background
background-color: #eb5f5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5f5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5f5c; background: linear-gradient(135deg, #eb5f5c, #EBBE5C);