#ecad0f
a balanced, electric yellow · warm · closest name: orange
RGB
236, 173, 15
HSL
43°, 88%, 49%
CMYK
0, 27, 94, 8
Luminance
0.4775
Every format
| HEX | #ecad0f |
| RGB | rgb(236, 173, 15) |
| HSL | hsl(43, 88%, 49%) |
| CMYK | cmyk(0%, 27%, 94%, 8%) |
| LAB | lab(74.7 11.8 76.0) |
| LCH | lch(74.7 76.9 81.2) |
| OKLCH | oklch(0.786 0.160 81.7) |
Copy-ready code
/* CSS */
color: #ecad0f;
background-color: #ecad0f;
/* Tailwind (arbitrary) */
class="text-[#ecad0f] bg-[#ecad0f]"
/* SCSS */
$brand: #ecad0f;
/* SwiftUI */
Color(red: 0.925, green: 0.678, blue: 0.059)
/* Android */
Color.parseColor("#ecad0f")Accessibility — WCAG contrast
Aa
#ecad0f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecad0f on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green67.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow93.6%
Key (black)7.5%
Color previews
#ecad0f text on a black background
contrast 10.55:1
Card sample
#ecad0f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecad0f;
Background color
Panel with #ecad0f background
background-color: #ecad0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecad0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 173, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 173, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecad0f; background: linear-gradient(135deg, #ecad0f, #98EC0F);