#eb9138
a balanced, electric orange · warm · closest name: peru
RGB
235, 145, 56
HSL
30°, 82%, 57%
CMYK
0, 38, 76, 8
Luminance
0.3820
Every format
| HEX | #eb9138 |
| RGB | rgb(235, 145, 56) |
| HSL | hsl(30, 82%, 57%) |
| CMYK | cmyk(0%, 38%, 76%, 8%) |
| LAB | lab(68.2 27.2 58.9) |
| LCH | lch(68.2 64.8 65.2) |
| OKLCH | oklch(0.736 0.147 61.1) |
Copy-ready code
/* CSS */
color: #eb9138;
background-color: #eb9138;
/* Tailwind (arbitrary) */
class="text-[#eb9138] bg-[#eb9138]"
/* SCSS */
$brand: #eb9138;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.220)
/* Android */
Color.parseColor("#eb9138")Accessibility — WCAG contrast
Aa
#eb9138 on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9138 on black: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue22.0%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow76.2%
Key (black)7.8%
Color previews
#eb9138 text on a black background
contrast 8.64:1
Card sample
#eb9138 text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9138;
Background color
Panel with #eb9138 background
background-color: #eb9138;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9138;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9138; background: linear-gradient(135deg, #eb9138, #CEEB38);