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