#6cd45c
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 212, 92
HSL
112°, 58%, 60%
CMYK
49, 0, 57, 17
Luminance
0.5105
Every format
| HEX | #6cd45c |
| RGB | rgb(108, 212, 92) |
| HSL | hsl(112, 58%, 60%) |
| CMYK | cmyk(49%, 0%, 57%, 17%) |
| LAB | lab(76.7 -53.0 49.5) |
| LCH | lch(76.7 72.5 137.0) |
| OKLCH | oklch(0.781 0.186 141.1) |
Copy-ready code
/* CSS */
color: #6cd45c;
background-color: #6cd45c;
/* Tailwind (arbitrary) */
class="text-[#6cd45c] bg-[#6cd45c]"
/* SCSS */
$brand: #6cd45c;
/* SwiftUI */
Color(red: 0.424, green: 0.831, blue: 0.361)
/* Android */
Color.parseColor("#6cd45c")Accessibility — WCAG contrast
Aa
#6cd45c on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd45c on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green83.1%
Blue36.1%
CMYK percentages
Cyan49.1%
Magenta0.0%
Yellow56.6%
Key (black)16.9%
Color previews
#6cd45c text on a black background
contrast 11.21:1
Card sample
#6cd45c text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd45c;
Background color
Panel with #6cd45c background
background-color: #6cd45c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd45c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 212, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 212, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd45c; background: linear-gradient(135deg, #6cd45c, #5CD49C);