#eb463f
a balanced, electric red · warm · closest name: tomato
RGB
235, 70, 63
HSL
2°, 81%, 58%
CMYK
0, 70, 73, 8
Luminance
0.2240
Every format
| HEX | #eb463f |
| RGB | rgb(235, 70, 63) |
| HSL | hsl(2, 81%, 58%) |
| CMYK | cmyk(0%, 70%, 73%, 8%) |
| LAB | lab(54.5 62.5 41.1) |
| LCH | lch(54.5 74.9 33.3) |
| OKLCH | oklch(0.631 0.203 27.1) |
Copy-ready code
/* CSS */
color: #eb463f;
background-color: #eb463f;
/* Tailwind (arbitrary) */
class="text-[#eb463f] bg-[#eb463f]"
/* SCSS */
$brand: #eb463f;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.247)
/* Android */
Color.parseColor("#eb463f")Accessibility — WCAG contrast
Aa
#eb463f on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb463f on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow73.2%
Key (black)7.8%
Color previews
#eb463f text on a black background
contrast 5.48:1
Card sample
#eb463f text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb463f;
Background color
Panel with #eb463f background
background-color: #eb463f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb463f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb463f; background: linear-gradient(135deg, #eb463f, #EBB83F);