#eed244
a balanced, electric yellow · cool · closest name: gold
RGB
238, 210, 68
HSL
50°, 83%, 60%
CMYK
0, 12, 71, 7
Luminance
0.6469
Every format
| HEX | #eed244 |
| RGB | rgb(238, 210, 68) |
| HSL | hsl(50, 83%, 60%) |
| CMYK | cmyk(0%, 12%, 71%, 7%) |
| LAB | lab(84.3 -5.1 70.1) |
| LCH | lch(84.3 70.3 94.1) |
| OKLCH | oklch(0.863 0.157 97.7) |
Copy-ready code
/* CSS */
color: #eed244;
background-color: #eed244;
/* Tailwind (arbitrary) */
class="text-[#eed244] bg-[#eed244]"
/* SCSS */
$brand: #eed244;
/* SwiftUI */
Color(red: 0.933, green: 0.824, blue: 0.267)
/* Android */
Color.parseColor("#eed244")Accessibility — WCAG contrast
Aa
#eed244 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed244 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green82.4%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow71.4%
Key (black)6.7%
Color previews
#eed244 text on a black background
contrast 13.94:1
Card sample
#eed244 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed244;
Background color
Panel with #eed244 background
background-color: #eed244;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed244;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 210, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 210, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed244; background: linear-gradient(135deg, #eed244, #99EE44);