#ebad3f
a balanced, electric orange · warm · closest name: orange
RGB
235, 173, 63
HSL
38°, 81%, 58%
CMYK
0, 26, 73, 8
Luminance
0.4791
Every format
| HEX | #ebad3f |
| RGB | rgb(235, 173, 63) |
| HSL | hsl(38, 81%, 58%) |
| CMYK | cmyk(0%, 26%, 73%, 8%) |
| LAB | lab(74.8 12.7 62.5) |
| LCH | lch(74.8 63.8 78.5) |
| OKLCH | oklch(0.787 0.141 77.9) |
Copy-ready code
/* CSS */
color: #ebad3f;
background-color: #ebad3f;
/* Tailwind (arbitrary) */
class="text-[#ebad3f] bg-[#ebad3f]"
/* SCSS */
$brand: #ebad3f;
/* SwiftUI */
Color(red: 0.922, green: 0.678, blue: 0.247)
/* Android */
Color.parseColor("#ebad3f")Accessibility — WCAG contrast
Aa
#ebad3f on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebad3f on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.8%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow73.2%
Key (black)7.8%
Color previews
#ebad3f text on a black background
contrast 10.58:1
Card sample
#ebad3f text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebad3f;
Background color
Panel with #ebad3f background
background-color: #ebad3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebad3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 173, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 173, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebad3f; background: linear-gradient(135deg, #ebad3f, #B6EB3F);