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