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