#ebac0c
a balanced, electric yellow · warm · closest name: orange
RGB
235, 172, 12
HSL
43°, 90%, 48%
CMYK
0, 27, 95, 8
Luminance
0.4719
Every format
| HEX | #ebac0c |
| RGB | rgb(235, 172, 12) |
| HSL | hsl(43, 90%, 48%) |
| CMYK | cmyk(0%, 27%, 95%, 8%) |
| LAB | lab(74.3 11.8 76.1) |
| LCH | lch(74.3 77.0 81.1) |
| OKLCH | oklch(0.783 0.160 81.7) |
Copy-ready code
/* CSS */
color: #ebac0c;
background-color: #ebac0c;
/* Tailwind (arbitrary) */
class="text-[#ebac0c] bg-[#ebac0c]"
/* SCSS */
$brand: #ebac0c;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.047)
/* Android */
Color.parseColor("#ebac0c")Accessibility — WCAG contrast
Aa
#ebac0c on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebac0c on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow94.9%
Key (black)7.8%
Color previews
#ebac0c text on a black background
contrast 10.44:1
Card sample
#ebac0c text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebac0c;
Background color
Panel with #ebac0c background
background-color: #ebac0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebac0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebac0c; background: linear-gradient(135deg, #ebac0c, #95EB0C);