#ebad3b
a balanced, electric orange · warm · closest name: orange
RGB
235, 173, 59
HSL
39°, 82%, 58%
CMYK
0, 26, 75, 8
Luminance
0.4787
Every format
| HEX | #ebad3b |
| RGB | rgb(235, 173, 59) |
| HSL | hsl(39, 82%, 58%) |
| CMYK | cmyk(0%, 26%, 75%, 8%) |
| LAB | lab(74.7 12.5 64.0) |
| LCH | lch(74.7 65.2 79.0) |
| OKLCH | oklch(0.787 0.144 78.5) |
Copy-ready code
/* CSS */
color: #ebad3b;
background-color: #ebad3b;
/* Tailwind (arbitrary) */
class="text-[#ebad3b] bg-[#ebad3b]"
/* SCSS */
$brand: #ebad3b;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.231)
/* Android */
Color.parseColor("#ebad3b")Accessibility — WCAG contrast
Aa
#ebad3b on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad3b on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow74.9%
Key (black)7.8%
Color previews
#ebad3b text on a black background
contrast 10.57:1
Card sample
#ebad3b text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad3b;
Background color
Panel with #ebad3b background
background-color: #ebad3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad3b; background: linear-gradient(135deg, #ebad3b, #B3EB3B);