#edfb39
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 251, 57
HSL
64°, 96%, 60%
CMYK
6, 0, 77, 2
Luminance
0.8729
Every format
| HEX | #edfb39 |
| RGB | rgb(237, 251, 57) |
| HSL | hsl(64, 96%, 60%) |
| CMYK | cmyk(6%, 0%, 77%, 2%) |
| LAB | lab(94.9 -26.0 83.4) |
| LCH | lch(94.9 87.3 107.3) |
| OKLCH | oklch(0.947 0.199 113.9) |
Copy-ready code
/* CSS */
color: #edfb39;
background-color: #edfb39;
/* Tailwind (arbitrary) */
class="text-[#edfb39] bg-[#edfb39]"
/* SCSS */
$brand: #edfb39;
/* SwiftUI */
Color(red: 0.929, green: 0.984, blue: 0.224)
/* Android */
Color.parseColor("#edfb39")Accessibility — WCAG contrast
Aa
#edfb39 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edfb39 on black: 18.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green98.4%
Blue22.4%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow77.3%
Key (black)1.6%
Color previews
#edfb39 text on a black background
contrast 18.46:1
Card sample
#edfb39 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edfb39;
Background color
Panel with #edfb39 background
background-color: #edfb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edfb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 251, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 251, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edfb39; background: linear-gradient(135deg, #edfb39, #6CFB39);