#eb6060
a balanced, electric red · warm · closest name: salmon
RGB
235, 96, 96
HSL
0°, 78%, 65%
CMYK
0, 59, 59, 8
Luminance
0.2687
Every format
| HEX | #eb6060 |
| RGB | rgb(235, 96, 96) |
| HSL | hsl(0, 78%, 65%) |
| CMYK | cmyk(0%, 59%, 59%, 8%) |
| LAB | lab(58.9 53.8 27.9) |
| LCH | lch(58.9 60.5 27.4) |
| OKLCH | oklch(0.666 0.173 23.0) |
Copy-ready code
/* CSS */
color: #eb6060;
background-color: #eb6060;
/* Tailwind (arbitrary) */
class="text-[#eb6060] bg-[#eb6060]"
/* SCSS */
$brand: #eb6060;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.376)
/* Android */
Color.parseColor("#eb6060")Accessibility — WCAG contrast
Aa
#eb6060 on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6060 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue37.6%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow59.1%
Key (black)7.8%
Color previews
#eb6060 text on a black background
contrast 6.37:1
Card sample
#eb6060 text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6060;
Background color
Panel with #eb6060 background
background-color: #eb6060;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6060;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6060; background: linear-gradient(135deg, #eb6060, #EBBD60);