#eba970
a light, electric orange · warm · closest name: peru
RGB
235, 169, 112
HSL
28°, 76%, 68%
CMYK
0, 28, 52, 8
Luminance
0.4721
Every format
| HEX | #eba970 |
| RGB | rgb(235, 169, 112) |
| HSL | hsl(28, 76%, 68%) |
| CMYK | cmyk(0%, 28%, 52%, 8%) |
| LAB | lab(74.3 18.0 38.9) |
| LCH | lch(74.3 42.8 65.2) |
| OKLCH | oklch(0.785 0.107 61.1) |
Copy-ready code
/* CSS */
color: #eba970;
background-color: #eba970;
/* Tailwind (arbitrary) */
class="text-[#eba970] bg-[#eba970]"
/* SCSS */
$brand: #eba970;
/* SwiftUI */
Color(red: 0.922, green: 0.663, blue: 0.439)
/* Android */
Color.parseColor("#eba970")Accessibility — WCAG contrast
Aa
#eba970 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eba970 on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.3%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow52.3%
Key (black)7.8%
Color previews
#eba970 text on a black background
contrast 10.44:1
Card sample
#eba970 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eba970;
Background color
Panel with #eba970 background
background-color: #eba970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eba970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 169, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 169, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eba970; background: linear-gradient(135deg, #eba970, #DBEB70);