#eb9909
a balanced, electric orange · warm · closest name: orange
RGB
235, 153, 9
HSL
38°, 93%, 48%
CMYK
0, 35, 96, 8
Luminance
0.4046
Every format
| HEX | #eb9909 |
| RGB | rgb(235, 153, 9) |
| HSL | hsl(38, 93%, 48%) |
| CMYK | cmyk(0%, 35%, 96%, 8%) |
| LAB | lab(69.8 21.9 73.3) |
| LCH | lch(69.8 76.5 73.4) |
| OKLCH | oklch(0.748 0.160 71.0) |
Copy-ready code
/* CSS */
color: #eb9909;
background-color: #eb9909;
/* Tailwind (arbitrary) */
class="text-[#eb9909] bg-[#eb9909]"
/* SCSS */
$brand: #eb9909;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.035)
/* Android */
Color.parseColor("#eb9909")Accessibility — WCAG contrast
Aa
#eb9909 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9909 on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow96.2%
Key (black)7.8%
Color previews
#eb9909 text on a black background
contrast 9.09:1
Card sample
#eb9909 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9909;
Background color
Panel with #eb9909 background
background-color: #eb9909;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9909;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9909; background: linear-gradient(135deg, #eb9909, #A6EB09);