#eba950
a balanced, electric orange · warm · closest name: peru
RGB
235, 169, 80
HSL
35°, 80%, 62%
CMYK
0, 28, 66, 8
Luminance
0.4662
Every format
| HEX | #eba950 |
| RGB | rgb(235, 169, 80) |
| HSL | hsl(35, 80%, 62%) |
| CMYK | cmyk(0%, 28%, 66%, 8%) |
| LAB | lab(74.0 15.7 54.2) |
| LCH | lch(74.0 56.5 73.9) |
| OKLCH | oklch(0.781 0.130 71.9) |
Copy-ready code
/* CSS */
color: #eba950;
background-color: #eba950;
/* Tailwind (arbitrary) */
class="text-[#eba950] bg-[#eba950]"
/* SCSS */
$brand: #eba950;
/* SwiftUI */
Color(red: 0.922, green: 0.663, blue: 0.314)
/* Android */
Color.parseColor("#eba950")Accessibility — WCAG contrast
Aa
#eba950 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba950 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.3%
Blue31.4%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow66.0%
Key (black)7.8%
Color previews
#eba950 text on a black background
contrast 10.32:1
Card sample
#eba950 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba950;
Background color
Panel with #eba950 background
background-color: #eba950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 169, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 169, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba950; background: linear-gradient(135deg, #eba950, #C6EB50);