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