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