#6ff66f
a light, electric green · cool · closest name: lime
RGB
111, 246, 111
HSL
120°, 88%, 70%
CMYK
55, 0, 55, 4
Luminance
0.7044
Every format
| HEX | #6ff66f |
| RGB | rgb(111, 246, 111) |
| HSL | hsl(120, 88%, 70%) |
| CMYK | cmyk(55%, 0%, 55%, 4%) |
| LAB | lab(87.2 -62.9 53.2) |
| LCH | lch(87.2 82.4 139.8) |
| OKLCH | oklch(0.869 0.213 143.5) |
Copy-ready code
/* CSS */
color: #6ff66f;
background-color: #6ff66f;
/* Tailwind (arbitrary) */
class="text-[#6ff66f] bg-[#6ff66f]"
/* SCSS */
$brand: #6ff66f;
/* SwiftUI */
Color(red: 0.435, green: 0.965, blue: 0.435)
/* Android */
Color.parseColor("#6ff66f")Accessibility — WCAG contrast
Aa
#6ff66f on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ff66f on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green96.5%
Blue43.5%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow54.9%
Key (black)3.5%
Color previews
#6ff66f text on a black background
contrast 15.09:1
Card sample
#6ff66f text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ff66f;
Background color
Panel with #6ff66f background
background-color: #6ff66f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ff66f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 246, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 246, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ff66f; background: linear-gradient(135deg, #6ff66f, #6FF6C9);