#ebac53
a balanced, electric orange · warm · closest name: peru
RGB
235, 172, 83
HSL
35°, 79%, 62%
CMYK
0, 27, 65, 8
Luminance
0.4779
Every format
| HEX | #ebac53 |
| RGB | rgb(235, 172, 83) |
| HSL | hsl(35, 79%, 62%) |
| CMYK | cmyk(0%, 27%, 65%, 8%) |
| LAB | lab(74.7 14.3 53.7) |
| LCH | lch(74.7 55.5 75.1) |
| OKLCH | oklch(0.787 0.128 73.3) |
Copy-ready code
/* CSS */
color: #ebac53;
background-color: #ebac53;
/* Tailwind (arbitrary) */
class="text-[#ebac53] bg-[#ebac53]"
/* SCSS */
$brand: #ebac53;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.325)
/* Android */
Color.parseColor("#ebac53")Accessibility — WCAG contrast
Aa
#ebac53 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac53 on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow64.7%
Key (black)7.8%
Color previews
#ebac53 text on a black background
contrast 10.56:1
Card sample
#ebac53 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac53;
Background color
Panel with #ebac53 background
background-color: #ebac53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac53; background: linear-gradient(135deg, #ebac53, #C5EB53);