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