#eb6200
a balanced, electric orange · warm · closest name: chocolate
RGB
235, 98, 0
HSL
25°, 100%, 46%
CMYK
0, 58, 100, 8
Luminance
0.2640
Every format
| HEX | #eb6200 |
| RGB | rgb(235, 98, 0) |
| HSL | hsl(25, 100%, 46%) |
| CMYK | cmyk(0%, 58%, 100%, 8%) |
| LAB | lab(58.4 49.6 67.5) |
| LCH | lch(58.4 83.8 53.7) |
| OKLCH | oklch(0.660 0.188 45.1) |
Copy-ready code
/* CSS */
color: #eb6200;
background-color: #eb6200;
/* Tailwind (arbitrary) */
class="text-[#eb6200] bg-[#eb6200]"
/* SCSS */
$brand: #eb6200;
/* SwiftUI */
Color(red: 0.922, green: 0.384, blue: 0.000)
/* Android */
Color.parseColor("#eb6200")Accessibility — WCAG contrast
Aa
#eb6200 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb6200 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green38.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow100.0%
Key (black)7.8%
Color previews
#eb6200 text on a black background
contrast 6.28:1
Card sample
#eb6200 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6200;
Background color
Panel with #eb6200 background
background-color: #eb6200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 98, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 98, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6200; background: linear-gradient(135deg, #eb6200, #D8EB00);