#eb6038
a balanced, electric red · warm · closest name: tomato
RGB
235, 96, 56
HSL
13°, 82%, 57%
CMYK
0, 59, 76, 8
Luminance
0.2631
Every format
| HEX | #eb6038 |
| RGB | rgb(235, 96, 56) |
| HSL | hsl(13, 82%, 57%) |
| CMYK | cmyk(0%, 59%, 76%, 8%) |
| LAB | lab(58.3 51.6 49.0) |
| LCH | lch(58.3 71.2 43.5) |
| OKLCH | oklch(0.660 0.181 36.6) |
Copy-ready code
/* CSS */
color: #eb6038;
background-color: #eb6038;
/* Tailwind (arbitrary) */
class="text-[#eb6038] bg-[#eb6038]"
/* SCSS */
$brand: #eb6038;
/* SwiftUI */
Color(red: 0.922, green: 0.376, blue: 0.220)
/* Android */
Color.parseColor("#eb6038")Accessibility — WCAG contrast
Aa
#eb6038 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6038 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.6%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow76.2%
Key (black)7.8%
Color previews
#eb6038 text on a black background
contrast 6.26:1
Card sample
#eb6038 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6038;
Background color
Panel with #eb6038 background
background-color: #eb6038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 96, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 96, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6038; background: linear-gradient(135deg, #eb6038, #EBD738);