#ebac47
a balanced, electric orange · warm · closest name: peru
RGB
235, 172, 71
HSL
37°, 80%, 60%
CMYK
0, 27, 70, 8
Luminance
0.4762
Every format
| HEX | #ebac47 |
| RGB | rgb(235, 172, 71) |
| HSL | hsl(37, 80%, 60%) |
| CMYK | cmyk(0%, 27%, 70%, 8%) |
| LAB | lab(74.6 13.6 59.0) |
| LCH | lch(74.6 60.5 77.0) |
| OKLCH | oklch(0.786 0.136 75.9) |
Copy-ready code
/* CSS */
color: #ebac47;
background-color: #ebac47;
/* Tailwind (arbitrary) */
class="text-[#ebac47] bg-[#ebac47]"
/* SCSS */
$brand: #ebac47;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.278)
/* Android */
Color.parseColor("#ebac47")Accessibility — WCAG contrast
Aa
#ebac47 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac47 on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow69.8%
Key (black)7.8%
Color previews
#ebac47 text on a black background
contrast 10.52:1
Card sample
#ebac47 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac47;
Background color
Panel with #ebac47 background
background-color: #ebac47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac47; background: linear-gradient(135deg, #ebac47, #BDEB47);