#6ed921
a balanced, vivid green · cool · closest name: lime
RGB
110, 217, 33
HSL
95°, 74%, 49%
CMYK
49, 0, 85, 15
Luminance
0.5305
Every format
| HEX | #6ed921 |
| RGB | rgb(110, 217, 33) |
| HSL | hsl(95, 74%, 49%) |
| CMYK | cmyk(49%, 0%, 85%, 15%) |
| LAB | lab(77.9 -58.7 71.6) |
| LCH | lch(77.9 92.6 129.3) |
| OKLCH | oklch(0.790 0.227 136.3) |
Copy-ready code
/* CSS */
color: #6ed921;
background-color: #6ed921;
/* Tailwind (arbitrary) */
class="text-[#6ed921] bg-[#6ed921]"
/* SCSS */
$brand: #6ed921;
/* SwiftUI */
Color(red: 0.431, green: 0.851, blue: 0.129)
/* Android */
Color.parseColor("#6ed921")Accessibility — WCAG contrast
Aa
#6ed921 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ed921 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green85.1%
Blue12.9%
CMYK percentages
Cyan49.3%
Magenta0.0%
Yellow84.8%
Key (black)14.9%
Color previews
#6ed921 text on a black background
contrast 11.61:1
Card sample
#6ed921 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ed921;
Background color
Panel with #6ed921 background
background-color: #6ed921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ed921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 217, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 217, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ed921; background: linear-gradient(135deg, #6ed921, #21D94F);