#eb5d1f
a balanced, electric orange · warm · closest name: tomato
RGB
235, 93, 31
HSL
18°, 84%, 52%
CMYK
0, 60, 87, 8
Luminance
0.2559
Every format
| HEX | #eb5d1f |
| RGB | rgb(235, 93, 31) |
| HSL | hsl(18, 84%, 52%) |
| CMYK | cmyk(0%, 60%, 87%, 8%) |
| LAB | lab(57.6 52.3 59.3) |
| LCH | lch(57.6 79.1 48.6) |
| OKLCH | oklch(0.655 0.189 40.6) |
Copy-ready code
/* CSS */
color: #eb5d1f;
background-color: #eb5d1f;
/* Tailwind (arbitrary) */
class="text-[#eb5d1f] bg-[#eb5d1f]"
/* SCSS */
$brand: #eb5d1f;
/* SwiftUI */
Color(red: 0.922, green: 0.365, blue: 0.122)
/* Android */
Color.parseColor("#eb5d1f")Accessibility — WCAG contrast
Aa
#eb5d1f on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5d1f on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow86.8%
Key (black)7.8%
Color previews
#eb5d1f text on a black background
contrast 6.12:1
Card sample
#eb5d1f text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5d1f;
Background color
Panel with #eb5d1f background
background-color: #eb5d1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5d1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 93, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 93, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5d1f; background: linear-gradient(135deg, #eb5d1f, #EBE51F);