#6cd84a
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 216, 74
HSL
106°, 65%, 57%
CMYK
50, 0, 66, 15
Luminance
0.5279
Every format
| HEX | #6cd84a |
| RGB | rgb(108, 216, 74) |
| HSL | hsl(106, 65%, 57%) |
| CMYK | cmyk(50%, 0%, 66%, 15%) |
| LAB | lab(77.8 -56.4 58.4) |
| LCH | lch(77.8 81.2 134.0) |
| OKLCH | oklch(0.789 0.205 139.1) |
Copy-ready code
/* CSS */
color: #6cd84a;
background-color: #6cd84a;
/* Tailwind (arbitrary) */
class="text-[#6cd84a] bg-[#6cd84a]"
/* SCSS */
$brand: #6cd84a;
/* SwiftUI */
Color(red: 0.424, green: 0.847, blue: 0.290)
/* Android */
Color.parseColor("#6cd84a")Accessibility — WCAG contrast
Aa
#6cd84a on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd84a on black: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green84.7%
Blue29.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow65.7%
Key (black)15.3%
Color previews
#6cd84a text on a black background
contrast 11.56:1
Card sample
#6cd84a text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd84a;
Background color
Panel with #6cd84a background
background-color: #6cd84a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd84a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 216, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 216, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd84a; background: linear-gradient(135deg, #6cd84a, #4AD887);