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