#eb6239
a balanced, electric red · warm · closest name: tomato
RGB
235, 98, 57
HSL
14°, 82%, 57%
CMYK
0, 58, 76, 8
Luminance
0.2669
Every format
| HEX | #eb6239 |
| RGB | rgb(235, 98, 57) |
| HSL | hsl(14, 82%, 57%) |
| CMYK | cmyk(0%, 58%, 76%, 8%) |
| LAB | lab(58.7 50.8 48.9) |
| LCH | lch(58.7 70.5 43.9) |
| OKLCH | oklch(0.663 0.179 37.1) |
Copy-ready code
/* CSS */
color: #eb6239;
background-color: #eb6239;
/* Tailwind (arbitrary) */
class="text-[#eb6239] bg-[#eb6239]"
/* SCSS */
$brand: #eb6239;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.224)
/* Android */
Color.parseColor("#eb6239")Accessibility — WCAG contrast
Aa
#eb6239 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6239 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow75.7%
Key (black)7.8%
Color previews
#eb6239 text on a black background
contrast 6.34:1
Card sample
#eb6239 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6239;
Background color
Panel with #eb6239 background
background-color: #eb6239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6239; background: linear-gradient(135deg, #eb6239, #EBD939);