#6cdb4f
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 219, 79
HSL
108°, 66%, 58%
CMYK
51, 0, 64, 14
Luminance
0.5442
Every format
| HEX | #6cdb4f |
| RGB | rgb(108, 219, 79) |
| HSL | hsl(108, 66%, 58%) |
| CMYK | cmyk(51%, 0%, 64%, 14%) |
| LAB | lab(78.7 -57.0 57.4) |
| LCH | lch(78.7 80.9 134.8) |
| OKLCH | oklch(0.797 0.205 139.7) |
Copy-ready code
/* CSS */
color: #6cdb4f;
background-color: #6cdb4f;
/* Tailwind (arbitrary) */
class="text-[#6cdb4f] bg-[#6cdb4f]"
/* SCSS */
$brand: #6cdb4f;
/* SwiftUI */
Color(red: 0.424, green: 0.859, blue: 0.310)
/* Android */
Color.parseColor("#6cdb4f")Accessibility — WCAG contrast
Aa
#6cdb4f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdb4f on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green85.9%
Blue31.0%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow63.9%
Key (black)14.1%
Color previews
#6cdb4f text on a black background
contrast 11.88:1
Card sample
#6cdb4f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdb4f;
Background color
Panel with #6cdb4f background
background-color: #6cdb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 219, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 219, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdb4f; background: linear-gradient(135deg, #6cdb4f, #4FDB8F);