#eede2f
a balanced, electric yellow · cool · closest name: gold
RGB
238, 222, 47
HSL
55°, 85%, 56%
CMYK
0, 7, 80, 7
Luminance
0.7062
Every format
| HEX | #eede2f |
| RGB | rgb(238, 222, 47) |
| HSL | hsl(55, 85%, 56%) |
| CMYK | cmyk(0%, 7%, 80%, 7%) |
| LAB | lab(87.3 -11.9 79.5) |
| LCH | lch(87.3 80.3 98.5) |
| OKLCH | oklch(0.886 0.176 103.8) |
Copy-ready code
/* CSS */
color: #eede2f;
background-color: #eede2f;
/* Tailwind (arbitrary) */
class="text-[#eede2f] bg-[#eede2f]"
/* SCSS */
$brand: #eede2f;
/* SwiftUI */
Color(red: 0.933, green: 0.871, blue: 0.184)
/* Android */
Color.parseColor("#eede2f")Accessibility — WCAG contrast
Aa
#eede2f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eede2f on black: 15.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow80.3%
Key (black)6.7%
Color previews
#eede2f text on a black background
contrast 15.12:1
Card sample
#eede2f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eede2f;
Background color
Panel with #eede2f background
background-color: #eede2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eede2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 222, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 222, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eede2f; background: linear-gradient(135deg, #eede2f, #7FEE2F);