#ebac43
a balanced, electric orange · warm · closest name: peru
RGB
235, 172, 67
HSL
38°, 81%, 59%
CMYK
0, 27, 72, 8
Luminance
0.4757
Every format
| HEX | #ebac43 |
| RGB | rgb(235, 172, 67) |
| HSL | hsl(38, 81%, 59%) |
| CMYK | cmyk(0%, 27%, 72%, 8%) |
| LAB | lab(74.6 13.4 60.6) |
| LCH | lch(74.6 62.1 77.6) |
| OKLCH | oklch(0.786 0.139 76.6) |
Copy-ready code
/* CSS */
color: #ebac43;
background-color: #ebac43;
/* Tailwind (arbitrary) */
class="text-[#ebac43] bg-[#ebac43]"
/* SCSS */
$brand: #ebac43;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.263)
/* Android */
Color.parseColor("#ebac43")Accessibility — WCAG contrast
Aa
#ebac43 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac43 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow71.5%
Key (black)7.8%
Color previews
#ebac43 text on a black background
contrast 10.51:1
Card sample
#ebac43 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac43;
Background color
Panel with #ebac43 background
background-color: #ebac43;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac43;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac43; background: linear-gradient(135deg, #ebac43, #BAEB43);