#edfd7f
a light, electric yellow · cool · closest name: khaki
RGB
237, 253, 127
HSL
68°, 97%, 75%
CMYK
6, 0, 50, 1
Luminance
0.8979
Every format
| HEX | #edfd7f |
| RGB | rgb(237, 253, 127) |
| HSL | hsl(68, 97%, 75%) |
| CMYK | cmyk(6%, 0%, 50%, 1%) |
| LAB | lab(95.9 -22.6 57.9) |
| LCH | lch(95.9 62.2 111.3) |
| OKLCH | oklch(0.957 0.151 115.3) |
Copy-ready code
/* CSS */
color: #edfd7f;
background-color: #edfd7f;
/* Tailwind (arbitrary) */
class="text-[#edfd7f] bg-[#edfd7f]"
/* SCSS */
$brand: #edfd7f;
/* SwiftUI */
Color(red: 0.929, green: 0.992, blue: 0.498)
/* Android */
Color.parseColor("#edfd7f")Accessibility — WCAG contrast
Aa
#edfd7f on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfd7f on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.2%
Blue49.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow49.8%
Key (black)0.8%
Color previews
#edfd7f text on a black background
contrast 18.96:1
Card sample
#edfd7f text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfd7f;
Background color
Panel with #edfd7f background
background-color: #edfd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 253, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 253, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfd7f; background: linear-gradient(135deg, #edfd7f, #99FD7F);