#eb9800
a balanced, electric orange · warm · closest name: orange
RGB
235, 152, 0
HSL
39°, 100%, 46%
CMYK
0, 35, 100, 8
Luminance
0.4012
Every format
| HEX | #eb9800 |
| RGB | rgb(235, 152, 0) |
| HSL | hsl(39, 100%, 46%) |
| CMYK | cmyk(0%, 35%, 100%, 8%) |
| LAB | lab(69.6 22.3 74.3) |
| LCH | lch(69.6 77.5 73.3) |
| OKLCH | oklch(0.746 0.161 70.8) |
Copy-ready code
/* CSS */
color: #eb9800;
background-color: #eb9800;
/* Tailwind (arbitrary) */
class="text-[#eb9800] bg-[#eb9800]"
/* SCSS */
$brand: #eb9800;
/* SwiftUI */
Color(red: 0.922, green: 0.596, blue: 0.000)
/* Android */
Color.parseColor("#eb9800")Accessibility — WCAG contrast
Aa
#eb9800 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9800 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.6%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta35.3%
Yellow100.0%
Key (black)7.8%
Color previews
#eb9800 text on a black background
contrast 9.02:1
Card sample
#eb9800 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9800;
Background color
Panel with #eb9800 background
background-color: #eb9800;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9800;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 152, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 152, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9800; background: linear-gradient(135deg, #eb9800, #A1EB00);