#edfd0f
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 253, 15
HSL
64°, 98%, 53%
CMYK
6, 0, 94, 1
Luminance
0.8829
Every format
| HEX | #edfd0f |
| RGB | rgb(237, 253, 15) |
| HSL | hsl(64, 98%, 53%) |
| CMYK | cmyk(6%, 0%, 94%, 1%) |
| LAB | lab(95.3 -27.8 91.4) |
| LCH | lch(95.3 95.6 106.9) |
| OKLCH | oklch(0.950 0.212 114.4) |
Copy-ready code
/* CSS */
color: #edfd0f;
background-color: #edfd0f;
/* Tailwind (arbitrary) */
class="text-[#edfd0f] bg-[#edfd0f]"
/* SCSS */
$brand: #edfd0f;
/* SwiftUI */
Color(red: 0.929, green: 0.992, blue: 0.059)
/* Android */
Color.parseColor("#edfd0f")Accessibility — WCAG contrast
Aa
#edfd0f on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfd0f on black: 18.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.2%
Blue5.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow94.1%
Key (black)0.8%
Color previews
#edfd0f text on a black background
contrast 18.66:1
Card sample
#edfd0f text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfd0f;
Background color
Panel with #edfd0f background
background-color: #edfd0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfd0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 253, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 253, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfd0f; background: linear-gradient(135deg, #edfd0f, #4EFD0F);