#eb682d
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 104, 45
HSL
19°, 83%, 55%
CMYK
0, 56, 81, 8
Luminance
0.2775
Every format
| HEX | #eb682d |
| RGB | rgb(235, 104, 45) |
| HSL | hsl(19, 83%, 55%) |
| CMYK | cmyk(0%, 56%, 81%, 8%) |
| LAB | lab(59.7 47.6 55.4) |
| LCH | lch(59.7 73.0 49.4) |
| OKLCH | oklch(0.670 0.177 42.2) |
Copy-ready code
/* CSS */
color: #eb682d;
background-color: #eb682d;
/* Tailwind (arbitrary) */
class="text-[#eb682d] bg-[#eb682d]"
/* SCSS */
$brand: #eb682d;
/* SwiftUI */
Color(red: 0.922, green: 0.408, blue: 0.176)
/* Android */
Color.parseColor("#eb682d")Accessibility — WCAG contrast
Aa
#eb682d on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb682d on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green40.8%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow80.9%
Key (black)7.8%
Color previews
#eb682d text on a black background
contrast 6.55:1
Card sample
#eb682d text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb682d;
Background color
Panel with #eb682d background
background-color: #eb682d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb682d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 104, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 104, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb682d; background: linear-gradient(135deg, #eb682d, #EBE72D);