#eedd44
a balanced, electric yellow · cool · closest name: gold
RGB
238, 221, 68
HSL
54°, 83%, 60%
CMYK
0, 7, 71, 7
Luminance
0.7031
Every format
| HEX | #eedd44 |
| RGB | rgb(238, 221, 68) |
| HSL | hsl(54, 83%, 60%) |
| CMYK | cmyk(0%, 7%, 71%, 7%) |
| LAB | lab(87.2 -10.6 72.8) |
| LCH | lch(87.2 73.6 98.3) |
| OKLCH | oklch(0.886 0.165 102.8) |
Copy-ready code
/* CSS */
color: #eedd44;
background-color: #eedd44;
/* Tailwind (arbitrary) */
class="text-[#eedd44] bg-[#eedd44]"
/* SCSS */
$brand: #eedd44;
/* SwiftUI */
Color(red: 0.933, green: 0.867, blue: 0.267)
/* Android */
Color.parseColor("#eedd44")Accessibility — WCAG contrast
Aa
#eedd44 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedd44 on black: 15.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.7%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow71.4%
Key (black)6.7%
Color previews
#eedd44 text on a black background
contrast 15.06:1
Card sample
#eedd44 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedd44;
Background color
Panel with #eedd44 background
background-color: #eedd44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedd44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 221, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 221, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedd44; background: linear-gradient(135deg, #eedd44, #8EEE44);