#eb4f4b
a balanced, electric red · warm · closest name: tomato
RGB
235, 79, 75
HSL
2°, 80%, 61%
CMYK
0, 66, 68, 8
Luminance
0.2376
Every format
| HEX | #eb4f4b |
| RGB | rgb(235, 79, 75) |
| HSL | hsl(2, 80%, 61%) |
| CMYK | cmyk(0%, 66%, 68%, 8%) |
| LAB | lab(55.9 59.7 36.0) |
| LCH | lch(55.9 69.7 31.1) |
| OKLCH | oklch(0.642 0.193 25.7) |
Copy-ready code
/* CSS */
color: #eb4f4b;
background-color: #eb4f4b;
/* Tailwind (arbitrary) */
class="text-[#eb4f4b] bg-[#eb4f4b]"
/* SCSS */
$brand: #eb4f4b;
/* SwiftUI */
Color(red: 0.922, green: 0.310, blue: 0.294)
/* Android */
Color.parseColor("#eb4f4b")Accessibility — WCAG contrast
Aa
#eb4f4b on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4f4b on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow68.1%
Key (black)7.8%
Color previews
#eb4f4b text on a black background
contrast 5.75:1
Card sample
#eb4f4b text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4f4b;
Background color
Panel with #eb4f4b background
background-color: #eb4f4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4f4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 79, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 79, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4f4b; background: linear-gradient(135deg, #eb4f4b, #EBBA4B);