#ebac3e
a balanced, electric orange · warm · closest name: orange
RGB
235, 172, 62
HSL
38°, 81%, 58%
CMYK
0, 27, 74, 8
Luminance
0.4752
Every format
| HEX | #ebac3e |
| RGB | rgb(235, 172, 62) |
| HSL | hsl(38, 81%, 58%) |
| CMYK | cmyk(0%, 27%, 74%, 8%) |
| LAB | lab(74.5 13.2 62.6) |
| LCH | lch(74.5 64.0 78.1) |
| OKLCH | oklch(0.785 0.142 77.4) |
Copy-ready code
/* CSS */
color: #ebac3e;
background-color: #ebac3e;
/* Tailwind (arbitrary) */
class="text-[#ebac3e] bg-[#ebac3e]"
/* SCSS */
$brand: #ebac3e;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.243)
/* Android */
Color.parseColor("#ebac3e")Accessibility — WCAG contrast
Aa
#ebac3e on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac3e on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue24.3%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow73.6%
Key (black)7.8%
Color previews
#ebac3e text on a black background
contrast 10.50:1
Card sample
#ebac3e text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac3e;
Background color
Panel with #ebac3e background
background-color: #ebac3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac3e; background: linear-gradient(135deg, #ebac3e, #B6EB3E);