#ebaa5d
a balanced, electric orange · warm · closest name: peru
RGB
235, 170, 93
HSL
33°, 78%, 64%
CMYK
0, 28, 60, 8
Luminance
0.4720
Every format
| HEX | #ebaa5d |
| RGB | rgb(235, 170, 93) |
| HSL | hsl(33, 78%, 64%) |
| CMYK | cmyk(0%, 28%, 60%, 8%) |
| LAB | lab(74.3 16.0 48.5) |
| LCH | lch(74.3 51.0 71.8) |
| OKLCH | oklch(0.784 0.121 69.1) |
Copy-ready code
/* CSS */
color: #ebaa5d;
background-color: #ebaa5d;
/* Tailwind (arbitrary) */
class="text-[#ebaa5d] bg-[#ebaa5d]"
/* SCSS */
$brand: #ebaa5d;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.365)
/* Android */
Color.parseColor("#ebaa5d")Accessibility — WCAG contrast
Aa
#ebaa5d on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa5d on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow60.4%
Key (black)7.8%
Color previews
#ebaa5d text on a black background
contrast 10.44:1
Card sample
#ebaa5d text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa5d;
Background color
Panel with #ebaa5d background
background-color: #ebaa5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa5d; background: linear-gradient(135deg, #ebaa5d, #CDEB5D);