#eb4d0f
a balanced, electric orange · warm · closest name: tomato
RGB
235, 77, 15
HSL
17°, 88%, 49%
CMYK
0, 67, 94, 8
Luminance
0.2300
Every format
| HEX | #eb4d0f |
| RGB | rgb(235, 77, 15) |
| HSL | hsl(17, 88%, 49%) |
| CMYK | cmyk(0%, 67%, 94%, 8%) |
| LAB | lab(55.1 58.7 62.5) |
| LCH | lch(55.1 85.8 46.8) |
| OKLCH | oklch(0.635 0.204 37.6) |
Copy-ready code
/* CSS */
color: #eb4d0f;
background-color: #eb4d0f;
/* Tailwind (arbitrary) */
class="text-[#eb4d0f] bg-[#eb4d0f]"
/* SCSS */
$brand: #eb4d0f;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.059)
/* Android */
Color.parseColor("#eb4d0f")Accessibility — WCAG contrast
Aa
#eb4d0f on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4d0f on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow93.6%
Key (black)7.8%
Color previews
#eb4d0f text on a black background
contrast 5.60:1
Card sample
#eb4d0f text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4d0f;
Background color
Panel with #eb4d0f background
background-color: #eb4d0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4d0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4d0f; background: linear-gradient(135deg, #eb4d0f, #EBE00F);