#6aff41
a balanced, electric green · cool · closest name: lime
RGB
106, 255, 65
HSL
107°, 100%, 63%
CMYK
58, 0, 75, 0
Luminance
0.7497
Every format
| HEX | #6aff41 |
| RGB | rgb(106, 255, 65) |
| HSL | hsl(107, 100%, 63%) |
| CMYK | cmyk(58%, 0%, 75%, 0%) |
| LAB | lab(89.4 -71.4 73.5) |
| LCH | lch(89.4 102.5 134.2) |
| OKLCH | oklch(0.885 0.256 139.9) |
Copy-ready code
/* CSS */
color: #6aff41;
background-color: #6aff41;
/* Tailwind (arbitrary) */
class="text-[#6aff41] bg-[#6aff41]"
/* SCSS */
$brand: #6aff41;
/* SwiftUI */
Color(red: 0.416, green: 1.000, blue: 0.255)
/* Android */
Color.parseColor("#6aff41")Accessibility — WCAG contrast
Aa
#6aff41 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aff41 on black: 15.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green100.0%
Blue25.5%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow74.5%
Key (black)0.0%
Color previews
#6aff41 text on a black background
contrast 15.99:1
Card sample
#6aff41 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aff41;
Background color
Panel with #6aff41 background
background-color: #6aff41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aff41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 255, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 255, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aff41; background: linear-gradient(135deg, #6aff41, #41FF97);