#6fe080
a light, vivid green · cool · closest name: aquamarine
RGB
111, 224, 128
HSL
129°, 65%, 66%
CMYK
50, 0, 43, 12
Luminance
0.5825
Every format
| HEX | #6fe080 |
| RGB | rgb(111, 224, 128) |
| HSL | hsl(129, 65%, 66%) |
| CMYK | cmyk(50%, 0%, 43%, 12%) |
| LAB | lab(80.9 -52.1 37.3) |
| LCH | lch(80.9 64.1 144.4) |
| OKLCH | oklch(0.817 0.169 147.0) |
Copy-ready code
/* CSS */
color: #6fe080;
background-color: #6fe080;
/* Tailwind (arbitrary) */
class="text-[#6fe080] bg-[#6fe080]"
/* SCSS */
$brand: #6fe080;
/* SwiftUI */
Color(red: 0.435, green: 0.878, blue: 0.502)
/* Android */
Color.parseColor("#6fe080")Accessibility — WCAG contrast
Aa
#6fe080 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fe080 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green87.8%
Blue50.2%
CMYK percentages
Cyan50.4%
Magenta0.0%
Yellow42.9%
Key (black)12.2%
Color previews
#6fe080 text on a black background
contrast 12.65:1
Card sample
#6fe080 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fe080;
Background color
Panel with #6fe080 background
background-color: #6fe080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fe080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 224, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 224, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fe080; background: linear-gradient(135deg, #6fe080, #6FE0CB);