#6aea21
a balanced, electric green · cool · closest name: lime
RGB
106, 234, 33
HSL
98°, 83%, 52%
CMYK
55, 0, 86, 8
Luminance
0.6202
Every format
| HEX | #6aea21 |
| RGB | rgb(106, 234, 33) |
| HSL | hsl(98, 83%, 52%) |
| CMYK | cmyk(55%, 0%, 86%, 8%) |
| LAB | lab(82.9 -65.8 75.9) |
| LCH | lch(82.9 100.5 130.9) |
| OKLCH | oklch(0.831 0.247 137.8) |
Copy-ready code
/* CSS */
color: #6aea21;
background-color: #6aea21;
/* Tailwind (arbitrary) */
class="text-[#6aea21] bg-[#6aea21]"
/* SCSS */
$brand: #6aea21;
/* SwiftUI */
Color(red: 0.416, green: 0.918, blue: 0.129)
/* Android */
Color.parseColor("#6aea21")Accessibility — WCAG contrast
Aa
#6aea21 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aea21 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green91.8%
Blue12.9%
CMYK percentages
Cyan54.7%
Magenta0.0%
Yellow85.9%
Key (black)8.2%
Color previews
#6aea21 text on a black background
contrast 13.40:1
Card sample
#6aea21 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aea21;
Background color
Panel with #6aea21 background
background-color: #6aea21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aea21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 234, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 234, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aea21; background: linear-gradient(135deg, #6aea21, #21EA5E);