#eb6540
a balanced, electric red · warm · closest name: tomato
RGB
235, 101, 64
HSL
13°, 81%, 59%
CMYK
0, 57, 73, 8
Luminance
0.2734
Every format
| HEX | #eb6540 |
| RGB | rgb(235, 101, 64) |
| HSL | hsl(13, 81%, 59%) |
| CMYK | cmyk(0%, 57%, 73%, 8%) |
| LAB | lab(59.3 49.7 45.9) |
| LCH | lch(59.3 67.7 42.8) |
| OKLCH | oklch(0.668 0.174 36.3) |
Copy-ready code
/* CSS */
color: #eb6540;
background-color: #eb6540;
/* Tailwind (arbitrary) */
class="text-[#eb6540] bg-[#eb6540]"
/* SCSS */
$brand: #eb6540;
/* SwiftUI */
Color(red: 0.922, green: 0.396, blue: 0.251)
/* Android */
Color.parseColor("#eb6540")Accessibility — WCAG contrast
Aa
#eb6540 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6540 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.6%
Blue25.1%
CMYK percentages
Cyan0.0%
Magenta57.0%
Yellow72.8%
Key (black)7.8%
Color previews
#eb6540 text on a black background
contrast 6.47:1
Card sample
#eb6540 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6540;
Background color
Panel with #eb6540 background
background-color: #eb6540;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6540;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 101, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 101, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6540; background: linear-gradient(135deg, #eb6540, #EBD740);