#edf034
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 240, 52
HSL
61°, 86%, 57%
CMYK
1, 0, 78, 6
Luminance
0.8057
Every format
| HEX | #edf034 |
| RGB | rgb(237, 240, 52) |
| HSL | hsl(61, 86%, 57%) |
| CMYK | cmyk(1%, 0%, 78%, 6%) |
| LAB | lab(91.9 -20.9 82.2) |
| LCH | lch(91.9 84.8 104.3) |
| OKLCH | oklch(0.923 0.190 110.6) |
Copy-ready code
/* CSS */
color: #edf034;
background-color: #edf034;
/* Tailwind (arbitrary) */
class="text-[#edf034] bg-[#edf034]"
/* SCSS */
$brand: #edf034;
/* SwiftUI */
Color(red: 0.929, green: 0.941, blue: 0.204)
/* Android */
Color.parseColor("#edf034")Accessibility — WCAG contrast
Aa
#edf034 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf034 on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green94.1%
Blue20.4%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow78.3%
Key (black)5.9%
Color previews
#edf034 text on a black background
contrast 17.11:1
Card sample
#edf034 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf034;
Background color
Panel with #edf034 background
background-color: #edf034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 240, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 240, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf034; background: linear-gradient(135deg, #edf034, #70F034);