#edf080
a light, electric yellow · cool · closest name: khaki
RGB
237, 240, 128
HSL
62°, 79%, 72%
CMYK
1, 0, 47, 6
Luminance
0.8188
Every format
| HEX | #edf080 |
| RGB | rgb(237, 240, 128) |
| HSL | hsl(62, 79%, 72%) |
| CMYK | cmyk(1%, 0%, 47%, 6%) |
| LAB | lab(92.5 -16.3 53.4) |
| LCH | lch(92.5 55.8 107.0) |
| OKLCH | oklch(0.930 0.135 110.1) |
Copy-ready code
/* CSS */
color: #edf080;
background-color: #edf080;
/* Tailwind (arbitrary) */
class="text-[#edf080] bg-[#edf080]"
/* SCSS */
$brand: #edf080;
/* SwiftUI */
Color(red: 0.929, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#edf080")Accessibility — WCAG contrast
Aa
#edf080 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf080 on black: 17.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.1%
Blue50.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#edf080 text on a black background
contrast 17.38:1
Card sample
#edf080 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf080;
Background color
Panel with #edf080 background
background-color: #edf080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf080; background: linear-gradient(135deg, #edf080, #A2F080);