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