#edfd3f
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 253, 63
HSL
65°, 98%, 62%
CMYK
6, 0, 75, 1
Luminance
0.8861
Every format
| HEX | #edfd3f |
| RGB | rgb(237, 253, 63) |
| HSL | hsl(65, 98%, 62%) |
| CMYK | cmyk(6%, 0%, 75%, 1%) |
| LAB | lab(95.4 -26.7 82.2) |
| LCH | lch(95.4 86.4 108.0) |
| OKLCH | oklch(0.951 0.198 114.5) |
Copy-ready code
/* CSS */
color: #edfd3f;
background-color: #edfd3f;
/* Tailwind (arbitrary) */
class="text-[#edfd3f] bg-[#edfd3f]"
/* SCSS */
$brand: #edfd3f;
/* SwiftUI */
Color(red: 0.929, green: 0.992, blue: 0.247)
/* Android */
Color.parseColor("#edfd3f")Accessibility — WCAG contrast
Aa
#edfd3f on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfd3f on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green99.2%
Blue24.7%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow75.1%
Key (black)0.8%
Color previews
#edfd3f text on a black background
contrast 18.72:1
Card sample
#edfd3f text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfd3f;
Background color
Panel with #edfd3f background
background-color: #edfd3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfd3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 253, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 253, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfd3f; background: linear-gradient(135deg, #edfd3f, #6EFD3F);