#eb640d
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 100, 13
HSL
24°, 90%, 49%
CMYK
0, 57, 95, 8
Luminance
0.2681
Every format
| HEX | #eb640d |
| RGB | rgb(235, 100, 13) |
| HSL | hsl(24, 90%, 49%) |
| CMYK | cmyk(0%, 57%, 95%, 8%) |
| LAB | lab(58.8 48.8 65.3) |
| LCH | lch(58.8 81.5 53.2) |
| OKLCH | oklch(0.663 0.186 45.0) |
Copy-ready code
/* CSS */
color: #eb640d;
background-color: #eb640d;
/* Tailwind (arbitrary) */
class="text-[#eb640d] bg-[#eb640d]"
/* SCSS */
$brand: #eb640d;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.051)
/* Android */
Color.parseColor("#eb640d")Accessibility — WCAG contrast
Aa
#eb640d on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb640d on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow94.5%
Key (black)7.8%
Color previews
#eb640d text on a black background
contrast 6.36:1
Card sample
#eb640d text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb640d;
Background color
Panel with #eb640d background
background-color: #eb640d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb640d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb640d; background: linear-gradient(135deg, #eb640d, #DEEB0D);