#6ad424
a balanced, vivid green · cool · closest name: lime
RGB
106, 212, 36
HSL
96°, 71%, 49%
CMYK
50, 0, 83, 17
Luminance
0.5028
Every format
| HEX | #6ad424 |
| RGB | rgb(106, 212, 36) |
| HSL | hsl(96, 71%, 49%) |
| CMYK | cmyk(50%, 0%, 83%, 17%) |
| LAB | lab(76.2 -57.9 69.4) |
| LCH | lch(76.2 90.4 129.8) |
| OKLCH | oklch(0.776 0.222 136.6) |
Copy-ready code
/* CSS */
color: #6ad424;
background-color: #6ad424;
/* Tailwind (arbitrary) */
class="text-[#6ad424] bg-[#6ad424]"
/* SCSS */
$brand: #6ad424;
/* SwiftUI */
Color(red: 0.416, green: 0.831, blue: 0.141)
/* Android */
Color.parseColor("#6ad424")Accessibility — WCAG contrast
Aa
#6ad424 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ad424 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green83.1%
Blue14.1%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow83.0%
Key (black)16.9%
Color previews
#6ad424 text on a black background
contrast 11.06:1
Card sample
#6ad424 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ad424;
Background color
Panel with #6ad424 background
background-color: #6ad424;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ad424;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 212, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 212, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ad424; background: linear-gradient(135deg, #6ad424, #24D453);