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