#6cfb49
a balanced, electric green · cool · closest name: lime
RGB
108, 251, 73
HSL
108°, 96%, 64%
CMYK
57, 0, 71, 2
Luminance
0.7266
Every format
| HEX | #6cfb49 |
| RGB | rgb(108, 251, 73) |
| HSL | hsl(108, 96%, 64%) |
| CMYK | cmyk(57%, 0%, 71%, 2%) |
| LAB | lab(88.3 -69.0 69.8) |
| LCH | lch(88.3 98.2 134.7) |
| OKLCH | oklch(0.876 0.247 140.1) |
Copy-ready code
/* CSS */
color: #6cfb49;
background-color: #6cfb49;
/* Tailwind (arbitrary) */
class="text-[#6cfb49] bg-[#6cfb49]"
/* SCSS */
$brand: #6cfb49;
/* SwiftUI */
Color(red: 0.424, green: 0.984, blue: 0.286)
/* Android */
Color.parseColor("#6cfb49")Accessibility — WCAG contrast
Aa
#6cfb49 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfb49 on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.4%
Blue28.6%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow70.9%
Key (black)1.6%
Color previews
#6cfb49 text on a black background
contrast 15.53:1
Card sample
#6cfb49 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfb49;
Background color
Panel with #6cfb49 background
background-color: #6cfb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 251, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 251, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfb49; background: linear-gradient(135deg, #6cfb49, #49FB9D);