#eb702d
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 112, 45
HSL
21°, 83%, 55%
CMYK
0, 52, 81, 8
Luminance
0.2944
Every format
| HEX | #eb702d |
| RGB | rgb(235, 112, 45) |
| HSL | hsl(21, 83%, 55%) |
| CMYK | cmyk(0%, 52%, 81%, 8%) |
| LAB | lab(61.2 43.7 56.8) |
| LCH | lch(61.2 71.7 52.4) |
| OKLCH | oklch(0.682 0.171 45.6) |
Copy-ready code
/* CSS */
color: #eb702d;
background-color: #eb702d;
/* Tailwind (arbitrary) */
class="text-[#eb702d] bg-[#eb702d]"
/* SCSS */
$brand: #eb702d;
/* SwiftUI */
Color(red: 0.922, green: 0.439, blue: 0.176)
/* Android */
Color.parseColor("#eb702d")Accessibility — WCAG contrast
Aa
#eb702d on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb702d on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow80.9%
Key (black)7.8%
Color previews
#eb702d text on a black background
contrast 6.89:1
Card sample
#eb702d text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb702d;
Background color
Panel with #eb702d background
background-color: #eb702d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb702d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 112, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 112, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb702d; background: linear-gradient(135deg, #eb702d, #E7EB2D);