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