#d6fe21
a balanced, electric green · cool · closest name: yellow
RGB
214, 254, 33
HSL
71°, 99%, 56%
CMYK
16, 0, 87, 0
Luminance
0.8529
Every format
| HEX | #d6fe21 |
| RGB | rgb(214, 254, 33) |
| HSL | hsl(71, 99%, 56%) |
| CMYK | cmyk(16%, 0%, 87%, 0%) |
| LAB | lab(94.0 -37.2 87.4) |
| LCH | lch(94.0 95.0 113.1) |
| OKLCH | oklch(0.936 0.218 120.7) |
Copy-ready code
/* CSS */
color: #d6fe21;
background-color: #d6fe21;
/* Tailwind (arbitrary) */
class="text-[#d6fe21] bg-[#d6fe21]"
/* SCSS */
$brand: #d6fe21;
/* SwiftUI */
Color(red: 0.839, green: 0.996, blue: 0.129)
/* Android */
Color.parseColor("#d6fe21")Accessibility — WCAG contrast
Aa
#d6fe21 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6fe21 on black: 18.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green99.6%
Blue12.9%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow87.0%
Key (black)0.4%
Color previews
#d6fe21 text on a black background
contrast 18.06:1
Card sample
#d6fe21 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6fe21;
Background color
Panel with #d6fe21 background
background-color: #d6fe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6fe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 254, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 254, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6fe21; background: linear-gradient(135deg, #d6fe21, #43FE21);