#6cd142
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 209, 66
HSL
102°, 61%, 54%
CMYK
48, 0, 68, 18
Luminance
0.4918
Every format
| HEX | #6cd142 |
| RGB | rgb(108, 209, 66) |
| HSL | hsl(102, 61%, 54%) |
| CMYK | cmyk(48%, 0%, 68%, 18%) |
| LAB | lab(75.6 -54.4 59.2) |
| LCH | lch(75.6 80.4 132.5) |
| OKLCH | oklch(0.771 0.202 138.0) |
Copy-ready code
/* CSS */
color: #6cd142;
background-color: #6cd142;
/* Tailwind (arbitrary) */
class="text-[#6cd142] bg-[#6cd142]"
/* SCSS */
$brand: #6cd142;
/* SwiftUI */
Color(red: 0.424, green: 0.820, blue: 0.259)
/* Android */
Color.parseColor("#6cd142")Accessibility — WCAG contrast
Aa
#6cd142 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd142 on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green82.0%
Blue25.9%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow68.4%
Key (black)18.0%
Color previews
#6cd142 text on a black background
contrast 10.84:1
Card sample
#6cd142 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd142;
Background color
Panel with #6cd142 background
background-color: #6cd142;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd142;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 209, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 209, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd142; background: linear-gradient(135deg, #6cd142, #42D177);