#eb543f
a balanced, electric red · warm · closest name: tomato
RGB
235, 84, 63
HSL
7°, 81%, 58%
CMYK
0, 64, 73, 8
Luminance
0.2436
Every format
| HEX | #eb543f |
| RGB | rgb(235, 84, 63) |
| HSL | hsl(7, 81%, 58%) |
| CMYK | cmyk(0%, 64%, 73%, 8%) |
| LAB | lab(56.5 57.1 43.4) |
| LCH | lch(56.5 71.7 37.2) |
| OKLCH | oklch(0.646 0.190 30.8) |
Copy-ready code
/* CSS */
color: #eb543f;
background-color: #eb543f;
/* Tailwind (arbitrary) */
class="text-[#eb543f] bg-[#eb543f]"
/* SCSS */
$brand: #eb543f;
/* SwiftUI */
Color(red: 0.922, green: 0.329, blue: 0.247)
/* Android */
Color.parseColor("#eb543f")Accessibility — WCAG contrast
Aa
#eb543f on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb543f on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green32.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow73.2%
Key (black)7.8%
Color previews
#eb543f text on a black background
contrast 5.87:1
Card sample
#eb543f text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb543f;
Background color
Panel with #eb543f background
background-color: #eb543f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb543f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 84, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 84, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb543f; background: linear-gradient(135deg, #eb543f, #EBC73F);