#6bff5c
a light, electric green · cool · closest name: lime
RGB
107, 255, 92
HSL
115°, 100%, 68%
CMYK
58, 0, 64, 0
Luminance
0.7542
Every format
| HEX | #6bff5c |
| RGB | rgb(107, 255, 92) |
| HSL | hsl(115, 100%, 68%) |
| CMYK | cmyk(58%, 0%, 64%, 0%) |
| LAB | lab(89.6 -69.0 64.0) |
| LCH | lch(89.6 94.2 137.2) |
| OKLCH | oklch(0.887 0.240 141.8) |
Copy-ready code
/* CSS */
color: #6bff5c;
background-color: #6bff5c;
/* Tailwind (arbitrary) */
class="text-[#6bff5c] bg-[#6bff5c]"
/* SCSS */
$brand: #6bff5c;
/* SwiftUI */
Color(red: 0.420, green: 1.000, blue: 0.361)
/* Android */
Color.parseColor("#6bff5c")Accessibility — WCAG contrast
Aa
#6bff5c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bff5c on black: 16.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green100.0%
Blue36.1%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow63.9%
Key (black)0.0%
Color previews
#6bff5c text on a black background
contrast 16.08:1
Card sample
#6bff5c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bff5c;
Background color
Panel with #6bff5c background
background-color: #6bff5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bff5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 255, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 255, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bff5c; background: linear-gradient(135deg, #6bff5c, #5CFFBA);