#eddf2c
a balanced, electric yellow · cool · closest name: gold
RGB
237, 223, 44
HSL
56°, 84%, 55%
CMYK
0, 6, 81, 7
Luminance
0.7096
Every format
| HEX | #eddf2c |
| RGB | rgb(237, 223, 44) |
| HSL | hsl(56, 84%, 55%) |
| CMYK | cmyk(0%, 6%, 81%, 7%) |
| LAB | lab(87.5 -12.9 80.3) |
| LCH | lch(87.5 81.4 99.1) |
| OKLCH | oklch(0.888 0.179 104.6) |
Copy-ready code
/* CSS */
color: #eddf2c;
background-color: #eddf2c;
/* Tailwind (arbitrary) */
class="text-[#eddf2c] bg-[#eddf2c]"
/* SCSS */
$brand: #eddf2c;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.173)
/* Android */
Color.parseColor("#eddf2c")Accessibility — WCAG contrast
Aa
#eddf2c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf2c on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow81.4%
Key (black)7.1%
Color previews
#eddf2c text on a black background
contrast 15.19:1
Card sample
#eddf2c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf2c;
Background color
Panel with #eddf2c background
background-color: #eddf2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf2c; background: linear-gradient(135deg, #eddf2c, #7AED2C);