#eb534b
a balanced, electric red · warm · closest name: tomato
RGB
235, 83, 75
HSL
3°, 80%, 61%
CMYK
0, 65, 68, 8
Luminance
0.2436
Every format
| HEX | #eb534b |
| RGB | rgb(235, 83, 75) |
| HSL | hsl(3, 80%, 61%) |
| CMYK | cmyk(0%, 65%, 68%, 8%) |
| LAB | lab(56.5 58.1 36.8) |
| LCH | lch(56.5 68.7 32.3) |
| OKLCH | oklch(0.647 0.189 26.8) |
Copy-ready code
/* CSS */
color: #eb534b;
background-color: #eb534b;
/* Tailwind (arbitrary) */
class="text-[#eb534b] bg-[#eb534b]"
/* SCSS */
$brand: #eb534b;
/* SwiftUI */
Color(red: 0.922, green: 0.325, blue: 0.294)
/* Android */
Color.parseColor("#eb534b")Accessibility — WCAG contrast
Aa
#eb534b on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb534b on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow68.1%
Key (black)7.8%
Color previews
#eb534b text on a black background
contrast 5.87:1
Card sample
#eb534b text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb534b;
Background color
Panel with #eb534b background
background-color: #eb534b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb534b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 83, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 83, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb534b; background: linear-gradient(135deg, #eb534b, #EBBE4B);