#ecbf21
a balanced, electric yellow · cool · closest name: gold
RGB
236, 191, 33
HSL
47°, 84%, 53%
CMYK
0, 19, 86, 8
Luminance
0.5520
Every format
| HEX | #ecbf21 |
| RGB | rgb(236, 191, 33) |
| HSL | hsl(47, 84%, 53%) |
| CMYK | cmyk(0%, 19%, 86%, 8%) |
| LAB | lab(79.2 2.7 76.1) |
| LCH | lch(79.2 76.1 88.0) |
| OKLCH | oklch(0.821 0.162 90.7) |
Copy-ready code
/* CSS */
color: #ecbf21;
background-color: #ecbf21;
/* Tailwind (arbitrary) */
class="text-[#ecbf21] bg-[#ecbf21]"
/* SCSS */
$brand: #ecbf21;
/* SwiftUI */
Color(red: 0.925, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#ecbf21")Accessibility — WCAG contrast
Aa
#ecbf21 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecbf21 on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green74.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow86.0%
Key (black)7.5%
Color previews
#ecbf21 text on a black background
contrast 12.04:1
Card sample
#ecbf21 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecbf21;
Background color
Panel with #ecbf21 background
background-color: #ecbf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecbf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecbf21; background: linear-gradient(135deg, #ecbf21, #92EC21);