#eb9128
a balanced, electric orange · warm · closest name: orange
RGB
235, 145, 40
HSL
32°, 83%, 54%
CMYK
0, 38, 83, 8
Luminance
0.3807
Every format
| HEX | #eb9128 |
| RGB | rgb(235, 145, 40) |
| HSL | hsl(32, 83%, 54%) |
| CMYK | cmyk(0%, 38%, 83%, 8%) |
| LAB | lab(68.1 26.7 64.8) |
| LCH | lch(68.1 70.1 67.6) |
| OKLCH | oklch(0.735 0.154 63.8) |
Copy-ready code
/* CSS */
color: #eb9128;
background-color: #eb9128;
/* Tailwind (arbitrary) */
class="text-[#eb9128] bg-[#eb9128]"
/* SCSS */
$brand: #eb9128;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.157)
/* Android */
Color.parseColor("#eb9128")Accessibility — WCAG contrast
Aa
#eb9128 on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9128 on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow83.0%
Key (black)7.8%
Color previews
#eb9128 text on a black background
contrast 8.61:1
Card sample
#eb9128 text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9128;
Background color
Panel with #eb9128 background
background-color: #eb9128;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9128;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9128; background: linear-gradient(135deg, #eb9128, #C3EB28);