#6cc95b
a balanced, vivid green · cool · closest name: forestgreen
RGB
108, 201, 91
HSL
111°, 51%, 57%
CMYK
46, 0, 55, 21
Luminance
0.4572
Every format
| HEX | #6cc95b |
| RGB | rgb(108, 201, 91) |
| HSL | hsl(111, 51%, 57%) |
| CMYK | cmyk(46%, 0%, 55%, 21%) |
| LAB | lab(73.4 -48.7 46.0) |
| LCH | lch(73.4 67.0 136.7) |
| OKLCH | oklch(0.754 0.172 140.6) |
Copy-ready code
/* CSS */
color: #6cc95b;
background-color: #6cc95b;
/* Tailwind (arbitrary) */
class="text-[#6cc95b] bg-[#6cc95b]"
/* SCSS */
$brand: #6cc95b;
/* SwiftUI */
Color(red: 0.424, green: 0.788, blue: 0.357)
/* Android */
Color.parseColor("#6cc95b")Accessibility — WCAG contrast
Aa
#6cc95b on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cc95b on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green78.8%
Blue35.7%
CMYK percentages
Cyan46.3%
Magenta0.0%
Yellow54.7%
Key (black)21.2%
Color previews
#6cc95b text on a black background
contrast 10.14:1
Card sample
#6cc95b text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cc95b;
Background color
Panel with #6cc95b background
background-color: #6cc95b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cc95b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 201, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 201, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cc95b; background: linear-gradient(135deg, #6cc95b, #5BC993);