#e3ef1f
a balanced, electric yellow · cool · closest name: yellow
RGB
227, 239, 31
HSL
64°, 87%, 53%
CMYK
5, 0, 87, 6
Luminance
0.7816
Every format
| HEX | #e3ef1f |
| RGB | rgb(227, 239, 31) |
| HSL | hsl(64, 87%, 53%) |
| CMYK | cmyk(5%, 0%, 87%, 6%) |
| LAB | lab(90.8 -25.1 85.6) |
| LCH | lch(90.8 89.2 106.3) |
| OKLCH | oklch(0.913 0.199 113.4) |
Copy-ready code
/* CSS */
color: #e3ef1f;
background-color: #e3ef1f;
/* Tailwind (arbitrary) */
class="text-[#e3ef1f] bg-[#e3ef1f]"
/* SCSS */
$brand: #e3ef1f;
/* SwiftUI */
Color(red: 0.890, green: 0.937, blue: 0.122)
/* Android */
Color.parseColor("#e3ef1f")Accessibility — WCAG contrast
Aa
#e3ef1f on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3ef1f on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green93.7%
Blue12.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow87.0%
Key (black)6.3%
Color previews
#e3ef1f text on a black background
contrast 16.63:1
Card sample
#e3ef1f text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3ef1f;
Background color
Panel with #e3ef1f background
background-color: #e3ef1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3ef1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 239, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 239, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3ef1f; background: linear-gradient(135deg, #e3ef1f, #58EF1F);