#eb463b
a balanced, electric red · warm · closest name: tomato
RGB
235, 70, 59
HSL
4°, 82%, 58%
CMYK
0, 70, 75, 8
Luminance
0.2236
Every format
| HEX | #eb463b |
| RGB | rgb(235, 70, 59) |
| HSL | hsl(4, 82%, 58%) |
| CMYK | cmyk(0%, 70%, 75%, 8%) |
| LAB | lab(54.4 62.4 43.3) |
| LCH | lch(54.4 75.9 34.7) |
| OKLCH | oklch(0.631 0.203 28.2) |
Copy-ready code
/* CSS */
color: #eb463b;
background-color: #eb463b;
/* Tailwind (arbitrary) */
class="text-[#eb463b] bg-[#eb463b]"
/* SCSS */
$brand: #eb463b;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.231)
/* Android */
Color.parseColor("#eb463b")Accessibility — WCAG contrast
Aa
#eb463b on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb463b on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow74.9%
Key (black)7.8%
Color previews
#eb463b text on a black background
contrast 5.47:1
Card sample
#eb463b text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb463b;
Background color
Panel with #eb463b background
background-color: #eb463b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb463b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb463b; background: linear-gradient(135deg, #eb463b, #EBBB3B);