#6fff6f
a light, electric green · cool · closest name: lime
RGB
111, 255, 111
HSL
120°, 100%, 72%
CMYK
57, 0, 57, 0
Luminance
0.7605
Every format
| HEX | #6fff6f |
| RGB | rgb(111, 255, 111) |
| HSL | hsl(120, 100%, 72%) |
| CMYK | cmyk(57%, 0%, 57%, 0%) |
| LAB | lab(89.9 -66.2 56.4) |
| LCH | lch(89.9 86.9 139.6) |
| OKLCH | oklch(0.891 0.224 143.4) |
Copy-ready code
/* CSS */
color: #6fff6f;
background-color: #6fff6f;
/* Tailwind (arbitrary) */
class="text-[#6fff6f] bg-[#6fff6f]"
/* SCSS */
$brand: #6fff6f;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.435)
/* Android */
Color.parseColor("#6fff6f")Accessibility — WCAG contrast
Aa
#6fff6f on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fff6f on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue43.5%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow56.5%
Key (black)0.0%
Color previews
#6fff6f text on a black background
contrast 16.21:1
Card sample
#6fff6f text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fff6f;
Background color
Panel with #6fff6f background
background-color: #6fff6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fff6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fff6f; background: linear-gradient(135deg, #6fff6f, #6FFFCF);