#ebac2f
a balanced, electric orange · warm · closest name: orange
RGB
235, 172, 47
HSL
40°, 83%, 55%
CMYK
0, 27, 80, 8
Luminance
0.4737
Every format
| HEX | #ebac2f |
| RGB | rgb(235, 172, 47) |
| HSL | hsl(40, 83%, 55%) |
| CMYK | cmyk(0%, 27%, 80%, 8%) |
| LAB | lab(74.4 12.6 68.1) |
| LCH | lch(74.4 69.2 79.5) |
| OKLCH | oklch(0.784 0.149 79.4) |
Copy-ready code
/* CSS */
color: #ebac2f;
background-color: #ebac2f;
/* Tailwind (arbitrary) */
class="text-[#ebac2f] bg-[#ebac2f]"
/* SCSS */
$brand: #ebac2f;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.184)
/* Android */
Color.parseColor("#ebac2f")Accessibility — WCAG contrast
Aa
#ebac2f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac2f on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow80.0%
Key (black)7.8%
Color previews
#ebac2f text on a black background
contrast 10.47:1
Card sample
#ebac2f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac2f;
Background color
Panel with #ebac2f background
background-color: #ebac2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac2f; background: linear-gradient(135deg, #ebac2f, #ADEB2F);