#ead621
a balanced, electric yellow · cool · closest name: gold
RGB
234, 214, 33
HSL
54°, 83%, 52%
CMYK
0, 9, 86, 8
Luminance
0.6570
Every format
| HEX | #ead621 |
| RGB | rgb(234, 214, 33) |
| HSL | hsl(54, 83%, 52%) |
| CMYK | cmyk(0%, 9%, 86%, 8%) |
| LAB | lab(84.8 -9.9 80.6) |
| LCH | lch(84.8 81.2 97.0) |
| OKLCH | oklch(0.866 0.176 102.3) |
Copy-ready code
/* CSS */
color: #ead621;
background-color: #ead621;
/* Tailwind (arbitrary) */
class="text-[#ead621] bg-[#ead621]"
/* SCSS */
$brand: #ead621;
/* SwiftUI */
Color(red: 0.918, green: 0.839, blue: 0.129)
/* Android */
Color.parseColor("#ead621")Accessibility — WCAG contrast
Aa
#ead621 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ead621 on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green83.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow85.9%
Key (black)8.2%
Color previews
#ead621 text on a black background
contrast 14.14:1
Card sample
#ead621 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ead621;
Background color
Panel with #ead621 background
background-color: #ead621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ead621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 214, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 214, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ead621; background: linear-gradient(135deg, #ead621, #78EA21);