#eddf49
a balanced, electric yellow · cool · closest name: gold
RGB
237, 223, 73
HSL
55°, 82%, 61%
CMYK
0, 6, 69, 7
Luminance
0.7126
Every format
| HEX | #eddf49 |
| RGB | rgb(237, 223, 73) |
| HSL | hsl(55, 82%, 61%) |
| CMYK | cmyk(0%, 6%, 69%, 7%) |
| LAB | lab(87.6 -11.8 71.5) |
| LCH | lch(87.6 72.4 99.4) |
| OKLCH | oklch(0.889 0.164 103.9) |
Copy-ready code
/* CSS */
color: #eddf49;
background-color: #eddf49;
/* Tailwind (arbitrary) */
class="text-[#eddf49] bg-[#eddf49]"
/* SCSS */
$brand: #eddf49;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#eddf49")Accessibility — WCAG contrast
Aa
#eddf49 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf49 on black: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow69.2%
Key (black)7.1%
Color previews
#eddf49 text on a black background
contrast 15.25:1
Card sample
#eddf49 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf49;
Background color
Panel with #eddf49 background
background-color: #eddf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf49; background: linear-gradient(135deg, #eddf49, #8EED49);