#edcb21
a balanced, electric yellow · cool · closest name: gold
RGB
237, 203, 33
HSL
50°, 85%, 53%
CMYK
0, 14, 86, 7
Luminance
0.6083
Every format
| HEX | #edcb21 |
| RGB | rgb(237, 203, 33) |
| HSL | hsl(50, 85%, 53%) |
| CMYK | cmyk(0%, 14%, 86%, 7%) |
| LAB | lab(82.3 -3.1 78.6) |
| LCH | lch(82.3 78.7 92.3) |
| OKLCH | oklch(0.846 0.168 96.3) |
Copy-ready code
/* CSS */
color: #edcb21;
background-color: #edcb21;
/* Tailwind (arbitrary) */
class="text-[#edcb21] bg-[#edcb21]"
/* SCSS */
$brand: #edcb21;
/* SwiftUI */
Color(red: 0.929, green: 0.796, blue: 0.129)
/* Android */
Color.parseColor("#edcb21")Accessibility — WCAG contrast
Aa
#edcb21 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edcb21 on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green79.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta14.3%
Yellow86.1%
Key (black)7.1%
Color previews
#edcb21 text on a black background
contrast 13.17:1
Card sample
#edcb21 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edcb21;
Background color
Panel with #edcb21 background
background-color: #edcb21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edcb21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 203, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 203, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edcb21; background: linear-gradient(135deg, #edcb21, #87ED21);