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