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