#6dfe21
a balanced, electric green · cool · closest name: lime
RGB
109, 254, 33
HSL
99°, 99%, 56%
CMYK
57, 0, 87, 0
Luminance
0.7424
Every format
| HEX | #6dfe21 |
| RGB | rgb(109, 254, 33) |
| HSL | hsl(99, 99%, 56%) |
| CMYK | cmyk(57%, 0%, 87%, 0%) |
| LAB | lab(89.0 -71.8 81.2) |
| LCH | lch(89.0 108.5 131.5) |
| OKLCH | oklch(0.882 0.266 138.3) |
Copy-ready code
/* CSS */
color: #6dfe21;
background-color: #6dfe21;
/* Tailwind (arbitrary) */
class="text-[#6dfe21] bg-[#6dfe21]"
/* SCSS */
$brand: #6dfe21;
/* SwiftUI */
Color(red: 0.427, green: 0.996, blue: 0.129)
/* Android */
Color.parseColor("#6dfe21")Accessibility — WCAG contrast
Aa
#6dfe21 on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfe21 on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.6%
Blue12.9%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow87.0%
Key (black)0.4%
Color previews
#6dfe21 text on a black background
contrast 15.85:1
Card sample
#6dfe21 text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfe21;
Background color
Panel with #6dfe21 background
background-color: #6dfe21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfe21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 254, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 254, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfe21; background: linear-gradient(135deg, #6dfe21, #21FE69);