#6cf97b
a light, electric green · cool · closest name: forestgreen
RGB
108, 249, 123
HSL
126°, 92%, 70%
CMYK
57, 0, 51, 2
Luminance
0.7237
Every format
| HEX | #6cf97b |
| RGB | rgb(108, 249, 123) |
| HSL | hsl(126, 92%, 70%) |
| CMYK | cmyk(57%, 0%, 51%, 2%) |
| LAB | lab(88.1 -63.2 48.8) |
| LCH | lch(88.1 79.9 142.3) |
| OKLCH | oklch(0.876 0.208 145.5) |
Copy-ready code
/* CSS */
color: #6cf97b;
background-color: #6cf97b;
/* Tailwind (arbitrary) */
class="text-[#6cf97b] bg-[#6cf97b]"
/* SCSS */
$brand: #6cf97b;
/* SwiftUI */
Color(red: 0.424, green: 0.976, blue: 0.482)
/* Android */
Color.parseColor("#6cf97b")Accessibility — WCAG contrast
Aa
#6cf97b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cf97b on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green97.6%
Blue48.2%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow50.6%
Key (black)2.4%
Color previews
#6cf97b text on a black background
contrast 15.47:1
Card sample
#6cf97b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cf97b;
Background color
Panel with #6cf97b background
background-color: #6cf97b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cf97b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 249, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 249, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cf97b; background: linear-gradient(135deg, #6cf97b, #6CF9D9);