#ebac4b
a balanced, electric orange · warm · closest name: peru
RGB
235, 172, 75
HSL
36°, 80%, 61%
CMYK
0, 27, 68, 8
Luminance
0.4768
Every format
| HEX | #ebac4b |
| RGB | rgb(235, 172, 75) |
| HSL | hsl(36, 80%, 61%) |
| CMYK | cmyk(0%, 27%, 68%, 8%) |
| LAB | lab(74.6 13.8 57.2) |
| LCH | lch(74.6 58.9 76.5) |
| OKLCH | oklch(0.786 0.134 75.1) |
Copy-ready code
/* CSS */
color: #ebac4b;
background-color: #ebac4b;
/* Tailwind (arbitrary) */
class="text-[#ebac4b] bg-[#ebac4b]"
/* SCSS */
$brand: #ebac4b;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.294)
/* Android */
Color.parseColor("#ebac4b")Accessibility — WCAG contrast
Aa
#ebac4b on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac4b on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow68.1%
Key (black)7.8%
Color previews
#ebac4b text on a black background
contrast 10.54:1
Card sample
#ebac4b text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac4b;
Background color
Panel with #ebac4b background
background-color: #ebac4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac4b; background: linear-gradient(135deg, #ebac4b, #BFEB4B);