#ebad08
a balanced, electric yellow · warm · closest name: orange
RGB
235, 173, 8
HSL
44°, 93%, 48%
CMYK
0, 26, 97, 8
Luminance
0.4757
Every format
| HEX | #ebad08 |
| RGB | rgb(235, 173, 8) |
| HSL | hsl(44, 93%, 48%) |
| CMYK | cmyk(0%, 26%, 97%, 8%) |
| LAB | lab(74.5 11.3 76.7) |
| LCH | lch(74.5 77.5 81.6) |
| OKLCH | oklch(0.785 0.160 82.4) |
Copy-ready code
/* CSS */
color: #ebad08;
background-color: #ebad08;
/* Tailwind (arbitrary) */
class="text-[#ebad08] bg-[#ebad08]"
/* SCSS */
$brand: #ebad08;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.031)
/* Android */
Color.parseColor("#ebad08")Accessibility — WCAG contrast
Aa
#ebad08 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad08 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow96.6%
Key (black)7.8%
Color previews
#ebad08 text on a black background
contrast 10.51:1
Card sample
#ebad08 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad08;
Background color
Panel with #ebad08 background
background-color: #ebad08;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad08;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad08; background: linear-gradient(135deg, #ebad08, #92EB08);