#6cd44f
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 212, 79
HSL
107°, 61%, 57%
CMYK
49, 0, 63, 17
Luminance
0.5084
Every format
| HEX | #6cd44f |
| RGB | rgb(108, 212, 79) |
| HSL | hsl(107, 61%, 57%) |
| CMYK | cmyk(49%, 0%, 63%, 17%) |
| LAB | lab(76.6 -54.4 55.0) |
| LCH | lch(76.6 77.4 134.6) |
| OKLCH | oklch(0.780 0.197 139.5) |
Copy-ready code
/* CSS */
color: #6cd44f;
background-color: #6cd44f;
/* Tailwind (arbitrary) */
class="text-[#6cd44f] bg-[#6cd44f]"
/* SCSS */
$brand: #6cd44f;
/* SwiftUI */
Color(red: 0.424, green: 0.831, blue: 0.310)
/* Android */
Color.parseColor("#6cd44f")Accessibility — WCAG contrast
Aa
#6cd44f on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd44f on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green83.1%
Blue31.0%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow62.7%
Key (black)16.9%
Color previews
#6cd44f text on a black background
contrast 11.17:1
Card sample
#6cd44f text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd44f;
Background color
Panel with #6cd44f background
background-color: #6cd44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 212, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 212, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd44f; background: linear-gradient(135deg, #6cd44f, #4FD48B);