#6cd340
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 211, 64
HSL
102°, 63%, 54%
CMYK
49, 0, 70, 17
Luminance
0.5015
Every format
| HEX | #6cd340 |
| RGB | rgb(108, 211, 64) |
| HSL | hsl(102, 63%, 54%) |
| CMYK | cmyk(49%, 0%, 70%, 17%) |
| LAB | lab(76.2 -55.3 60.6) |
| LCH | lch(76.2 82.0 132.4) |
| OKLCH | oklch(0.776 0.206 138.0) |
Copy-ready code
/* CSS */
color: #6cd340;
background-color: #6cd340;
/* Tailwind (arbitrary) */
class="text-[#6cd340] bg-[#6cd340]"
/* SCSS */
$brand: #6cd340;
/* SwiftUI */
Color(red: 0.424, green: 0.827, blue: 0.251)
/* Android */
Color.parseColor("#6cd340")Accessibility — WCAG contrast
Aa
#6cd340 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd340 on black: 11.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green82.7%
Blue25.1%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow69.7%
Key (black)17.3%
Color previews
#6cd340 text on a black background
contrast 11.03:1
Card sample
#6cd340 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd340;
Background color
Panel with #6cd340 background
background-color: #6cd340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 211, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 211, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd340; background: linear-gradient(135deg, #6cd340, #40D376);