#eb6345
a balanced, electric red · warm · closest name: tomato
RGB
235, 99, 69
HSL
11°, 81%, 60%
CMYK
0, 58, 71, 8
Luminance
0.2702
Every format
| HEX | #eb6345 |
| RGB | rgb(235, 99, 69) |
| HSL | hsl(11, 81%, 60%) |
| CMYK | cmyk(0%, 58%, 71%, 8%) |
| LAB | lab(59.0 50.8 43.0) |
| LCH | lch(59.0 66.6 40.2) |
| OKLCH | oklch(0.666 0.175 34.0) |
Copy-ready code
/* CSS */
color: #eb6345;
background-color: #eb6345;
/* Tailwind (arbitrary) */
class="text-[#eb6345] bg-[#eb6345]"
/* SCSS */
$brand: #eb6345;
/* SwiftUI */
Color(red: 0.922, green: 0.388, blue: 0.271)
/* Android */
Color.parseColor("#eb6345")Accessibility — WCAG contrast
Aa
#eb6345 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6345 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow70.6%
Key (black)7.8%
Color previews
#eb6345 text on a black background
contrast 6.40:1
Card sample
#eb6345 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6345;
Background color
Panel with #eb6345 background
background-color: #eb6345;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6345;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 99, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 99, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6345; background: linear-gradient(135deg, #eb6345, #EBD245);