#edfe2f
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 254, 47
HSL
65°, 99%, 59%
CMYK
7, 0, 82, 0
Luminance
0.8909
Every format
| HEX | #edfe2f |
| RGB | rgb(237, 254, 47) |
| HSL | hsl(65, 99%, 59%) |
| CMYK | cmyk(7%, 0%, 82%, 0%) |
| LAB | lab(95.6 -27.7 86.6) |
| LCH | lch(95.6 90.9 107.7) |
| OKLCH | oklch(0.953 0.206 114.7) |
Copy-ready code
/* CSS */
color: #edfe2f;
background-color: #edfe2f;
/* Tailwind (arbitrary) */
class="text-[#edfe2f] bg-[#edfe2f]"
/* SCSS */
$brand: #edfe2f;
/* SwiftUI */
Color(red: 0.929, green: 0.996, blue: 0.184)
/* Android */
Color.parseColor("#edfe2f")Accessibility — WCAG contrast
Aa
#edfe2f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfe2f on black: 18.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.6%
Blue18.4%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow81.5%
Key (black)0.4%
Color previews
#edfe2f text on a black background
contrast 18.82:1
Card sample
#edfe2f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfe2f;
Background color
Panel with #edfe2f background
background-color: #edfe2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfe2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 254, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 254, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfe2f; background: linear-gradient(135deg, #edfe2f, #63FE2F);