#efff26
a balanced, electric yellow · cool · closest name: yellow
RGB
239, 255, 38
HSL
64°, 100%, 58%
CMYK
6, 0, 85, 0
Luminance
0.9001
Every format
| HEX | #efff26 |
| RGB | rgb(239, 255, 38) |
| HSL | hsl(64, 100%, 58%) |
| CMYK | cmyk(6%, 0%, 85%, 0%) |
| LAB | lab(96.0 -27.6 88.8) |
| LCH | lch(96.0 93.0 107.3) |
| OKLCH | oklch(0.956 0.209 114.4) |
Copy-ready code
/* CSS */
color: #efff26;
background-color: #efff26;
/* Tailwind (arbitrary) */
class="text-[#efff26] bg-[#efff26]"
/* SCSS */
$brand: #efff26;
/* SwiftUI */
Color(red: 0.937, green: 1.000, blue: 0.149)
/* Android */
Color.parseColor("#efff26")Accessibility — WCAG contrast
Aa
#efff26 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efff26 on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green100.0%
Blue14.9%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow85.1%
Key (black)0.0%
Color previews
#efff26 text on a black background
contrast 19.00:1
Card sample
#efff26 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efff26;
Background color
Panel with #efff26 background
background-color: #efff26;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efff26;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 255, 38, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 255, 38, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efff26; background: linear-gradient(135deg, #efff26, #5FFF26);