#eb563f
a balanced, electric red · warm · closest name: tomato
RGB
235, 86, 63
HSL
8°, 81%, 58%
CMYK
0, 63, 73, 8
Luminance
0.2468
Every format
| HEX | #eb563f |
| RGB | rgb(235, 86, 63) |
| HSL | hsl(8, 81%, 58%) |
| CMYK | cmyk(0%, 63%, 73%, 8%) |
| LAB | lab(56.8 56.3 43.7) |
| LCH | lch(56.8 71.3 37.8) |
| OKLCH | oklch(0.649 0.188 31.4) |
Copy-ready code
/* CSS */
color: #eb563f;
background-color: #eb563f;
/* Tailwind (arbitrary) */
class="text-[#eb563f] bg-[#eb563f]"
/* SCSS */
$brand: #eb563f;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.247)
/* Android */
Color.parseColor("#eb563f")Accessibility — WCAG contrast
Aa
#eb563f on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb563f on black: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow73.2%
Key (black)7.8%
Color previews
#eb563f text on a black background
contrast 5.94:1
Card sample
#eb563f text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb563f;
Background color
Panel with #eb563f background
background-color: #eb563f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb563f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb563f; background: linear-gradient(135deg, #eb563f, #EBC93F);