#edf482
a light, electric yellow · cool · closest name: khaki
RGB
237, 244, 130
HSL
64°, 84%, 73%
CMYK
3, 0, 47, 4
Luminance
0.8432
Every format
| HEX | #edf482 |
| RGB | rgb(237, 244, 130) |
| HSL | hsl(64, 84%, 73%) |
| CMYK | cmyk(3%, 0%, 47%, 4%) |
| LAB | lab(93.6 -18.0 53.8) |
| LCH | lch(93.6 56.7 108.6) |
| OKLCH | oklch(0.938 0.138 111.9) |
Copy-ready code
/* CSS */
color: #edf482;
background-color: #edf482;
/* Tailwind (arbitrary) */
class="text-[#edf482] bg-[#edf482]"
/* SCSS */
$brand: #edf482;
/* SwiftUI */
Color(red: 0.929, green: 0.957, blue: 0.510)
/* Android */
Color.parseColor("#edf482")Accessibility — WCAG contrast
Aa
#edf482 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf482 on black: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.7%
Blue51.0%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow46.7%
Key (black)4.3%
Color previews
#edf482 text on a black background
contrast 17.86:1
Card sample
#edf482 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf482;
Background color
Panel with #edf482 background
background-color: #edf482;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf482;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 244, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 244, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf482; background: linear-gradient(135deg, #edf482, #A1F482);