#eb9529
a balanced, electric orange · warm · closest name: orange
RGB
235, 149, 41
HSL
33°, 83%, 54%
CMYK
0, 37, 83, 8
Luminance
0.3932
Every format
| HEX | #eb9529 |
| RGB | rgb(235, 149, 41) |
| HSL | hsl(33, 83%, 54%) |
| CMYK | cmyk(0%, 37%, 83%, 8%) |
| LAB | lab(69.0 24.6 65.3) |
| LCH | lch(69.0 69.8 69.4) |
| OKLCH | oklch(0.742 0.152 66.1) |
Copy-ready code
/* CSS */
color: #eb9529;
background-color: #eb9529;
/* Tailwind (arbitrary) */
class="text-[#eb9529] bg-[#eb9529]"
/* SCSS */
$brand: #eb9529;
/* SwiftUI */
Color(red: 0.922, green: 0.584, blue: 0.161)
/* Android */
Color.parseColor("#eb9529")Accessibility — WCAG contrast
Aa
#eb9529 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9529 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.4%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow82.6%
Key (black)7.8%
Color previews
#eb9529 text on a black background
contrast 8.86:1
Card sample
#eb9529 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9529;
Background color
Panel with #eb9529 background
background-color: #eb9529;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9529;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 149, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 149, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9529; background: linear-gradient(135deg, #eb9529, #C0EB29);