#eeda21
a balanced, electric yellow · cool · closest name: gold
RGB
238, 218, 33
HSL
54°, 86%, 53%
CMYK
0, 8, 86, 7
Luminance
0.6843
Every format
| HEX | #eeda21 |
| RGB | rgb(238, 218, 33) |
| HSL | hsl(54, 86%, 53%) |
| CMYK | cmyk(0%, 8%, 86%, 7%) |
| LAB | lab(86.2 -10.3 81.8) |
| LCH | lch(86.2 82.5 97.1) |
| OKLCH | oklch(0.878 0.178 102.4) |
Copy-ready code
/* CSS */
color: #eeda21;
background-color: #eeda21;
/* Tailwind (arbitrary) */
class="text-[#eeda21] bg-[#eeda21]"
/* SCSS */
$brand: #eeda21;
/* SwiftUI */
Color(red: 0.933, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#eeda21")Accessibility — WCAG contrast
Aa
#eeda21 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeda21 on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow86.1%
Key (black)6.7%
Color previews
#eeda21 text on a black background
contrast 14.69:1
Card sample
#eeda21 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeda21;
Background color
Panel with #eeda21 background
background-color: #eeda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeda21; background: linear-gradient(135deg, #eeda21, #79EE21);