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