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