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