#edf310
a balanced, electric yellow · cool · closest name: yellow
RGB
237, 243, 16
HSL
62°, 90%, 51%
CMYK
3, 0, 93, 5
Luminance
0.8214
Every format
| HEX | #edf310 |
| RGB | rgb(237, 243, 16) |
| HSL | hsl(62, 90%, 51%) |
| CMYK | cmyk(3%, 0%, 93%, 5%) |
| LAB | lab(92.6 -23.1 89.3) |
| LCH | lch(92.6 92.2 104.5) |
| OKLCH | oklch(0.929 0.203 111.6) |
Copy-ready code
/* CSS */
color: #edf310;
background-color: #edf310;
/* Tailwind (arbitrary) */
class="text-[#edf310] bg-[#edf310]"
/* SCSS */
$brand: #edf310;
/* SwiftUI */
Color(red: 0.929, green: 0.953, blue: 0.063)
/* Android */
Color.parseColor("#edf310")Accessibility — WCAG contrast
Aa
#edf310 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edf310 on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green95.3%
Blue6.3%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow93.4%
Key (black)4.7%
Color previews
#edf310 text on a black background
contrast 17.43:1
Card sample
#edf310 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edf310;
Background color
Panel with #edf310 background
background-color: #edf310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edf310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 243, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 243, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edf310; background: linear-gradient(135deg, #edf310, #56F310);