#eddf74
a light, electric yellow · cool · closest name: khaki
RGB
237, 223, 116
HSL
53°, 77%, 69%
CMYK
0, 6, 51, 7
Luminance
0.7204
Every format
| HEX | #eddf74 |
| RGB | rgb(237, 223, 116) |
| HSL | hsl(53, 77%, 69%) |
| CMYK | cmyk(0%, 6%, 51%, 7%) |
| LAB | lab(88.0 -8.9 53.6) |
| LCH | lch(88.0 54.3 99.4) |
| OKLCH | oklch(0.893 0.129 101.9) |
Copy-ready code
/* CSS */
color: #eddf74;
background-color: #eddf74;
/* Tailwind (arbitrary) */
class="text-[#eddf74] bg-[#eddf74]"
/* SCSS */
$brand: #eddf74;
/* SwiftUI */
Color(red: 0.929, green: 0.875, blue: 0.455)
/* Android */
Color.parseColor("#eddf74")Accessibility — WCAG contrast
Aa
#eddf74 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eddf74 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green87.5%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow51.1%
Key (black)7.1%
Color previews
#eddf74 text on a black background
contrast 15.41:1
Card sample
#eddf74 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eddf74;
Background color
Panel with #eddf74 background
background-color: #eddf74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eddf74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 223, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 223, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eddf74; background: linear-gradient(135deg, #eddf74, #AAED74);