#eb9727
a balanced, electric orange · warm · closest name: orange
RGB
235, 151, 39
HSL
34°, 83%, 54%
CMYK
0, 36, 83, 8
Luminance
0.3994
Every format
| HEX | #eb9727 |
| RGB | rgb(235, 151, 39) |
| HSL | hsl(34, 83%, 54%) |
| CMYK | cmyk(0%, 36%, 83%, 8%) |
| LAB | lab(69.4 23.5 66.3) |
| LCH | lch(69.4 70.4 70.5) |
| OKLCH | oklch(0.745 0.153 67.5) |
Copy-ready code
/* CSS */
color: #eb9727;
background-color: #eb9727;
/* Tailwind (arbitrary) */
class="text-[#eb9727] bg-[#eb9727]"
/* SCSS */
$brand: #eb9727;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#eb9727")Accessibility — WCAG contrast
Aa
#eb9727 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9727 on black: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow83.4%
Key (black)7.8%
Color previews
#eb9727 text on a black background
contrast 8.99:1
Card sample
#eb9727 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9727;
Background color
Panel with #eb9727 background
background-color: #eb9727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9727; background: linear-gradient(135deg, #eb9727, #BCEB27);