#eb5b5f
a balanced, electric red · warm · closest name: salmon
RGB
235, 91, 95
HSL
358°, 78%, 64%
CMYK
0, 61, 60, 8
Luminance
0.2597
Every format
| HEX | #eb5b5f |
| RGB | rgb(235, 91, 95) |
| HSL | hsl(358, 78%, 64%) |
| CMYK | cmyk(0%, 61%, 60%, 8%) |
| LAB | lab(58.0 55.9 27.3) |
| LCH | lch(58.0 62.2 26.1) |
| OKLCH | oklch(0.660 0.178 21.8) |
Copy-ready code
/* CSS */
color: #eb5b5f;
background-color: #eb5b5f;
/* Tailwind (arbitrary) */
class="text-[#eb5b5f] bg-[#eb5b5f]"
/* SCSS */
$brand: #eb5b5f;
/* SwiftUI */
Color(red: 0.922, green: 0.357, blue: 0.373)
/* Android */
Color.parseColor("#eb5b5f")Accessibility — WCAG contrast
Aa
#eb5b5f on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5b5f on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.7%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta61.3%
Yellow59.6%
Key (black)7.8%
Color previews
#eb5b5f text on a black background
contrast 6.19:1
Card sample
#eb5b5f text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5b5f;
Background color
Panel with #eb5b5f background
background-color: #eb5b5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5b5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 91, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 91, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5b5f; background: linear-gradient(135deg, #eb5b5f, #EBB75B);