#ebaa48
a balanced, electric orange · warm · closest name: peru
RGB
235, 170, 72
HSL
36°, 80%, 60%
CMYK
0, 28, 69, 8
Luminance
0.4688
Every format
| HEX | #ebaa48 |
| RGB | rgb(235, 170, 72) |
| HSL | hsl(36, 80%, 60%) |
| CMYK | cmyk(0%, 28%, 69%, 8%) |
| LAB | lab(74.1 14.7 58.0) |
| LCH | lch(74.1 59.9 75.8) |
| OKLCH | oklch(0.782 0.136 74.3) |
Copy-ready code
/* CSS */
color: #ebaa48;
background-color: #ebaa48;
/* Tailwind (arbitrary) */
class="text-[#ebaa48] bg-[#ebaa48]"
/* SCSS */
$brand: #ebaa48;
/* SwiftUI */
Color(red: 0.922, green: 0.667, blue: 0.282)
/* Android */
Color.parseColor("#ebaa48")Accessibility — WCAG contrast
Aa
#ebaa48 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebaa48 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green66.7%
Blue28.2%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow69.4%
Key (black)7.8%
Color previews
#ebaa48 text on a black background
contrast 10.38:1
Card sample
#ebaa48 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebaa48;
Background color
Panel with #ebaa48 background
background-color: #ebaa48;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebaa48;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 170, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 170, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebaa48; background: linear-gradient(135deg, #ebaa48, #BFEB48);