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