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