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