#ebac59
a balanced, electric orange · warm · closest name: peru
RGB
235, 172, 89
HSL
34°, 79%, 64%
CMYK
0, 27, 62, 8
Luminance
0.4789
Every format
| HEX | #ebac59 |
| RGB | rgb(235, 172, 89) |
| HSL | hsl(34, 79%, 64%) |
| CMYK | cmyk(0%, 27%, 62%, 8%) |
| LAB | lab(74.8 14.6 50.9) |
| LCH | lch(74.8 53.0 74.0) |
| OKLCH | oklch(0.788 0.124 71.8) |
Copy-ready code
/* CSS */
color: #ebac59;
background-color: #ebac59;
/* Tailwind (arbitrary) */
class="text-[#ebac59] bg-[#ebac59]"
/* SCSS */
$brand: #ebac59;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.349)
/* Android */
Color.parseColor("#ebac59")Accessibility — WCAG contrast
Aa
#ebac59 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac59 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue34.9%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow62.1%
Key (black)7.8%
Color previews
#ebac59 text on a black background
contrast 10.58:1
Card sample
#ebac59 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac59;
Background color
Panel with #ebac59 background
background-color: #ebac59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac59; background: linear-gradient(135deg, #ebac59, #C9EB59);