#6bef21
a balanced, electric green · cool · closest name: lime
RGB
107, 239, 33
HSL
98°, 87%, 53%
CMYK
55, 0, 86, 6
Luminance
0.6497
Every format
| HEX | #6bef21 |
| RGB | rgb(107, 239, 33) |
| HSL | hsl(98, 87%, 53%) |
| CMYK | cmyk(55%, 0%, 86%, 6%) |
| LAB | lab(84.5 -67.3 77.3) |
| LCH | lch(84.5 102.5 131.0) |
| OKLCH | oklch(0.844 0.251 137.9) |
Copy-ready code
/* CSS */
color: #6bef21;
background-color: #6bef21;
/* Tailwind (arbitrary) */
class="text-[#6bef21] bg-[#6bef21]"
/* SCSS */
$brand: #6bef21;
/* SwiftUI */
Color(red: 0.420, green: 0.937, blue: 0.129)
/* Android */
Color.parseColor("#6bef21")Accessibility — WCAG contrast
Aa
#6bef21 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bef21 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green93.7%
Blue12.9%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow86.2%
Key (black)6.3%
Color previews
#6bef21 text on a black background
contrast 13.99:1
Card sample
#6bef21 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bef21;
Background color
Panel with #6bef21 background
background-color: #6bef21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bef21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 239, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 239, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bef21; background: linear-gradient(135deg, #6bef21, #21EF60);