#eb564f
a balanced, electric red · warm · closest name: tomato
RGB
235, 86, 79
HSL
3°, 80%, 62%
CMYK
0, 63, 66, 8
Luminance
0.2488
Every format
| HEX | #eb564f |
| RGB | rgb(235, 86, 79) |
| HSL | hsl(3, 80%, 62%) |
| CMYK | cmyk(0%, 63%, 66%, 8%) |
| LAB | lab(57.0 57.0 35.1) |
| LCH | lch(57.0 67.0 31.6) |
| OKLCH | oklch(0.651 0.186 26.3) |
Copy-ready code
/* CSS */
color: #eb564f;
background-color: #eb564f;
/* Tailwind (arbitrary) */
class="text-[#eb564f] bg-[#eb564f]"
/* SCSS */
$brand: #eb564f;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.310)
/* Android */
Color.parseColor("#eb564f")Accessibility — WCAG contrast
Aa
#eb564f on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb564f on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow66.4%
Key (black)7.8%
Color previews
#eb564f text on a black background
contrast 5.98:1
Card sample
#eb564f text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb564f;
Background color
Panel with #eb564f background
background-color: #eb564f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb564f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb564f; background: linear-gradient(135deg, #eb564f, #EBBE4F);