#eb9239
a balanced, electric orange · warm · closest name: peru
RGB
235, 146, 57
HSL
30°, 82%, 57%
CMYK
0, 38, 76, 8
Luminance
0.3852
Every format
| HEX | #eb9239 |
| RGB | rgb(235, 146, 57) |
| HSL | hsl(30, 82%, 57%) |
| CMYK | cmyk(0%, 38%, 76%, 8%) |
| LAB | lab(68.4 26.7 58.7) |
| LCH | lch(68.4 64.5 65.5) |
| OKLCH | oklch(0.738 0.147 61.5) |
Copy-ready code
/* CSS */
color: #eb9239;
background-color: #eb9239;
/* Tailwind (arbitrary) */
class="text-[#eb9239] bg-[#eb9239]"
/* SCSS */
$brand: #eb9239;
/* SwiftUI */
Color(red: 0.922, green: 0.573, blue: 0.224)
/* Android */
Color.parseColor("#eb9239")Accessibility — WCAG contrast
Aa
#eb9239 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9239 on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow75.7%
Key (black)7.8%
Color previews
#eb9239 text on a black background
contrast 8.70:1
Card sample
#eb9239 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9239;
Background color
Panel with #eb9239 background
background-color: #eb9239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 146, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 146, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9239; background: linear-gradient(135deg, #eb9239, #CDEB39);