#6ad521
a balanced, vivid green · cool · closest name: lime
RGB
106, 213, 33
HSL
96°, 73%, 48%
CMYK
50, 0, 85, 17
Luminance
0.5076
Every format
| HEX | #6ad521 |
| RGB | rgb(106, 213, 33) |
| HSL | hsl(96, 73%, 48%) |
| CMYK | cmyk(50%, 0%, 85%, 17%) |
| LAB | lab(76.5 -58.4 70.4) |
| LCH | lch(76.5 91.4 129.7) |
| OKLCH | oklch(0.778 0.224 136.6) |
Copy-ready code
/* CSS */
color: #6ad521;
background-color: #6ad521;
/* Tailwind (arbitrary) */
class="text-[#6ad521] bg-[#6ad521]"
/* SCSS */
$brand: #6ad521;
/* SwiftUI */
Color(red: 0.416, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#6ad521")Accessibility — WCAG contrast
Aa
#6ad521 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad521 on black: 11.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green83.5%
Blue12.9%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow84.5%
Key (black)16.5%
Color previews
#6ad521 text on a black background
contrast 11.15:1
Card sample
#6ad521 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad521;
Background color
Panel with #6ad521 background
background-color: #6ad521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad521; background: linear-gradient(135deg, #6ad521, #21D550);