#6bff6b
a light, electric green · cool · closest name: lime
RGB
107, 255, 107
HSL
120°, 100%, 71%
CMYK
58, 0, 58, 0
Luminance
0.7571
Every format
| HEX | #6bff6b |
| RGB | rgb(107, 255, 107) |
| HSL | hsl(120, 100%, 71%) |
| CMYK | cmyk(58%, 0%, 58%, 0%) |
| LAB | lab(89.7 -67.5 57.9) |
| LCH | lch(89.7 89.0 139.4) |
| OKLCH | oklch(0.889 0.229 143.4) |
Copy-ready code
/* CSS */
color: #6bff6b;
background-color: #6bff6b;
/* Tailwind (arbitrary) */
class="text-[#6bff6b] bg-[#6bff6b]"
/* SCSS */
$brand: #6bff6b;
/* SwiftUI */
Color(red: 0.420, green: 1.000, blue: 0.420)
/* Android */
Color.parseColor("#6bff6b")Accessibility — WCAG contrast
Aa
#6bff6b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bff6b on black: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green100.0%
Blue42.0%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow58.0%
Key (black)0.0%
Color previews
#6bff6b text on a black background
contrast 16.14:1
Card sample
#6bff6b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bff6b;
Background color
Panel with #6bff6b background
background-color: #6bff6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bff6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 255, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 255, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bff6b; background: linear-gradient(135deg, #6bff6b, #6BFFCE);