#edff2c
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 255, 44
HSL
65°, 100%, 59%
CMYK
7, 0, 83, 0
Luminance
0.8971
Every format
| HEX | #edff2c |
| RGB | rgb(237, 255, 44) |
| HSL | hsl(65, 100%, 59%) |
| CMYK | cmyk(7%, 0%, 83%, 0%) |
| LAB | lab(95.9 -28.3 87.5) |
| LCH | lch(95.9 91.9 107.9) |
| OKLCH | oklch(0.955 0.208 114.9) |
Copy-ready code
/* CSS */
color: #edff2c;
background-color: #edff2c;
/* Tailwind (arbitrary) */
class="text-[#edff2c] bg-[#edff2c]"
/* SCSS */
$brand: #edff2c;
/* SwiftUI */
Color(red: 0.929, green: 1.000, blue: 0.173)
/* Android */
Color.parseColor("#edff2c")Accessibility — WCAG contrast
Aa
#edff2c on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edff2c on black: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green100.0%
Blue17.3%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow82.7%
Key (black)0.0%
Color previews
#edff2c text on a black background
contrast 18.94:1
Card sample
#edff2c text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edff2c;
Background color
Panel with #edff2c background
background-color: #edff2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edff2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 255, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 255, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edff2c; background: linear-gradient(135deg, #edff2c, #60FF2C);