#6ef221
a balanced, electric green · cool · closest name: lime
RGB
110, 242, 33
HSL
98°, 89%, 54%
CMYK
55, 0, 86, 5
Luminance
0.6693
Every format
| HEX | #6ef221 |
| RGB | rgb(110, 242, 33) |
| HSL | hsl(98, 89%, 54%) |
| CMYK | cmyk(55%, 0%, 86%, 5%) |
| LAB | lab(85.5 -67.5 78.2) |
| LCH | lch(85.5 103.3 130.8) |
| OKLCH | oklch(0.853 0.253 137.7) |
Copy-ready code
/* CSS */
color: #6ef221;
background-color: #6ef221;
/* Tailwind (arbitrary) */
class="text-[#6ef221] bg-[#6ef221]"
/* SCSS */
$brand: #6ef221;
/* SwiftUI */
Color(red: 0.431, green: 0.949, blue: 0.129)
/* Android */
Color.parseColor("#6ef221")Accessibility — WCAG contrast
Aa
#6ef221 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ef221 on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green94.9%
Blue12.9%
CMYK percentages
Cyan54.5%
Magenta0.0%
Yellow86.4%
Key (black)5.1%
Color previews
#6ef221 text on a black background
contrast 14.39:1
Card sample
#6ef221 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ef221;
Background color
Panel with #6ef221 background
background-color: #6ef221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ef221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 242, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 242, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ef221; background: linear-gradient(135deg, #6ef221, #21F25F);