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