#6ed521
a balanced, vivid green · cool · closest name: lime
RGB
110, 213, 33
HSL
94°, 73%, 48%
CMYK
48, 0, 85, 17
Luminance
0.5101
Every format
| HEX | #6ed521 |
| RGB | rgb(110, 213, 33) |
| HSL | hsl(94, 73%, 48%) |
| CMYK | cmyk(48%, 0%, 85%, 17%) |
| LAB | lab(76.7 -57.2 70.5) |
| LCH | lch(76.7 90.8 129.0) |
| OKLCH | oklch(0.780 0.222 136.0) |
Copy-ready code
/* CSS */
color: #6ed521;
background-color: #6ed521;
/* Tailwind (arbitrary) */
class="text-[#6ed521] bg-[#6ed521]"
/* SCSS */
$brand: #6ed521;
/* SwiftUI */
Color(red: 0.431, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#6ed521")Accessibility — WCAG contrast
Aa
#6ed521 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ed521 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green83.5%
Blue12.9%
CMYK percentages
Cyan48.4%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#6ed521 text on a black background
contrast 11.20:1
Card sample
#6ed521 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ed521;
Background color
Panel with #6ed521 background
background-color: #6ed521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ed521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ed521; background: linear-gradient(135deg, #6ed521, #21D54C);