#eee24f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 226, 79
HSL
56°, 82%, 62%
CMYK
0, 5, 67, 7
Luminance
0.7313
Every format
| HEX | #eee24f |
| RGB | rgb(238, 226, 79) |
| HSL | hsl(56, 82%, 62%) |
| CMYK | cmyk(0%, 5%, 67%, 7%) |
| LAB | lab(88.5 -12.5 70.1) |
| LCH | lch(88.5 71.2 100.1) |
| OKLCH | oklch(0.897 0.163 104.6) |
Copy-ready code
/* CSS */
color: #eee24f;
background-color: #eee24f;
/* Tailwind (arbitrary) */
class="text-[#eee24f] bg-[#eee24f]"
/* SCSS */
$brand: #eee24f;
/* SwiftUI */
Color(red: 0.933, green: 0.886, blue: 0.310)
/* Android */
Color.parseColor("#eee24f")Accessibility — WCAG contrast
Aa
#eee24f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee24f on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green88.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow66.8%
Key (black)6.7%
Color previews
#eee24f text on a black background
contrast 15.63:1
Card sample
#eee24f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee24f;
Background color
Panel with #eee24f background
background-color: #eee24f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee24f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 226, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 226, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee24f; background: linear-gradient(135deg, #eee24f, #90EE4F);