#6ce96c
a light, vivid green · cool · closest name: forestgreen
RGB
108, 233, 108
HSL
120°, 74%, 67%
CMYK
54, 0, 54, 9
Luminance
0.6255
Every format
| HEX | #6ce96c |
| RGB | rgb(108, 233, 108) |
| HSL | hsl(120, 74%, 67%) |
| CMYK | cmyk(54%, 0%, 54%, 9%) |
| LAB | lab(83.2 -59.2 49.8) |
| LCH | lch(83.2 77.3 139.9) |
| OKLCH | oklch(0.835 0.200 143.5) |
Copy-ready code
/* CSS */
color: #6ce96c;
background-color: #6ce96c;
/* Tailwind (arbitrary) */
class="text-[#6ce96c] bg-[#6ce96c]"
/* SCSS */
$brand: #6ce96c;
/* SwiftUI */
Color(red: 0.424, green: 0.914, blue: 0.424)
/* Android */
Color.parseColor("#6ce96c")Accessibility — WCAG contrast
Aa
#6ce96c on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ce96c on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green91.4%
Blue42.4%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow53.6%
Key (black)8.6%
Color previews
#6ce96c text on a black background
contrast 13.51:1
Card sample
#6ce96c text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ce96c;
Background color
Panel with #6ce96c background
background-color: #6ce96c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ce96c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 233, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 233, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ce96c; background: linear-gradient(135deg, #6ce96c, #6CE9BF);