#ebad2b
a balanced, electric yellow · warm · closest name: orange
RGB
235, 173, 43
HSL
41°, 83%, 55%
CMYK
0, 26, 82, 8
Luminance
0.4772
Every format
| HEX | #ebad2b |
| RGB | rgb(235, 173, 43) |
| HSL | hsl(41, 83%, 55%) |
| CMYK | cmyk(0%, 26%, 82%, 8%) |
| LAB | lab(74.7 11.9 69.6) |
| LCH | lch(74.7 70.6 80.3) |
| OKLCH | oklch(0.786 0.151 80.4) |
Copy-ready code
/* CSS */
color: #ebad2b;
background-color: #ebad2b;
/* Tailwind (arbitrary) */
class="text-[#ebad2b] bg-[#ebad2b]"
/* SCSS */
$brand: #ebad2b;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.169)
/* Android */
Color.parseColor("#ebad2b")Accessibility — WCAG contrast
Aa
#ebad2b on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad2b on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow81.7%
Key (black)7.8%
Color previews
#ebad2b text on a black background
contrast 10.54:1
Card sample
#ebad2b text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad2b;
Background color
Panel with #ebad2b background
background-color: #ebad2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad2b; background: linear-gradient(135deg, #ebad2b, #A9EB2B);