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