#eedf4d
a balanced, electric yellow · cool · closest name: gold
RGB
238, 223, 77
HSL
54°, 83%, 62%
CMYK
0, 6, 68, 7
Luminance
0.7149
Every format
| HEX | #eedf4d |
| RGB | rgb(238, 223, 77) |
| HSL | hsl(54, 83%, 62%) |
| CMYK | cmyk(0%, 6%, 68%, 7%) |
| LAB | lab(87.7 -11.2 70.1) |
| LCH | lch(87.7 71.0 99.0) |
| OKLCH | oklch(0.890 0.161 103.4) |
Copy-ready code
/* CSS */
color: #eedf4d;
background-color: #eedf4d;
/* Tailwind (arbitrary) */
class="text-[#eedf4d] bg-[#eedf4d]"
/* SCSS */
$brand: #eedf4d;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.302)
/* Android */
Color.parseColor("#eedf4d")Accessibility — WCAG contrast
Aa
#eedf4d on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedf4d on black: 15.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow67.6%
Key (black)6.7%
Color previews
#eedf4d text on a black background
contrast 15.30:1
Card sample
#eedf4d text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedf4d;
Background color
Panel with #eedf4d background
background-color: #eedf4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedf4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedf4d; background: linear-gradient(135deg, #eedf4d, #92EE4D);