#eb9421
a balanced, electric orange · warm · closest name: orange
RGB
235, 148, 33
HSL
34°, 84%, 53%
CMYK
0, 37, 86, 8
Luminance
0.3895
Every format
| HEX | #eb9421 |
| RGB | rgb(235, 148, 33) |
| HSL | hsl(34, 84%, 53%) |
| CMYK | cmyk(0%, 37%, 86%, 8%) |
| LAB | lab(68.7 24.9 67.6) |
| LCH | lch(68.7 72.0 69.8) |
| OKLCH | oklch(0.740 0.155 66.5) |
Copy-ready code
/* CSS */
color: #eb9421;
background-color: #eb9421;
/* Tailwind (arbitrary) */
class="text-[#eb9421] bg-[#eb9421]"
/* SCSS */
$brand: #eb9421;
/* SwiftUI */
Color(red: 0.922, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#eb9421")Accessibility — WCAG contrast
Aa
#eb9421 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9421 on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.0%
Yellow86.0%
Key (black)7.8%
Color previews
#eb9421 text on a black background
contrast 8.79:1
Card sample
#eb9421 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9421;
Background color
Panel with #eb9421 background
background-color: #eb9421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9421; background: linear-gradient(135deg, #eb9421, #BBEB21);