#eb5352
a balanced, electric red · warm · closest name: tomato
RGB
235, 83, 82
HSL
0°, 79%, 62%
CMYK
0, 65, 65, 8
Luminance
0.2446
Every format
| HEX | #eb5352 |
| RGB | rgb(235, 83, 82) |
| HSL | hsl(0, 79%, 62%) |
| CMYK | cmyk(0%, 65%, 65%, 8%) |
| LAB | lab(56.5 58.5 32.9) |
| LCH | lch(56.5 67.1 29.4) |
| OKLCH | oklch(0.648 0.188 24.4) |
Copy-ready code
/* CSS */
color: #eb5352;
background-color: #eb5352;
/* Tailwind (arbitrary) */
class="text-[#eb5352] bg-[#eb5352]"
/* SCSS */
$brand: #eb5352;
/* SwiftUI */
Color(red: 0.922, green: 0.325, blue: 0.322)
/* Android */
Color.parseColor("#eb5352")Accessibility — WCAG contrast
Aa
#eb5352 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5352 on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.5%
Blue32.2%
CMYK percentages
Cyan0.0%
Magenta64.7%
Yellow65.1%
Key (black)7.8%
Color previews
#eb5352 text on a black background
contrast 5.89:1
Card sample
#eb5352 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5352;
Background color
Panel with #eb5352 background
background-color: #eb5352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 83, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 83, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5352; background: linear-gradient(135deg, #eb5352, #EBB952);