#6ffeb7
a light, electric green · cool · closest name: aquamarine
RGB
111, 254, 183
HSL
150°, 99%, 72%
CMYK
56, 0, 28, 0
Luminance
0.7768
Every format
| HEX | #6ffeb7 |
| RGB | rgb(111, 254, 183) |
| HSL | hsl(150, 99%, 72%) |
| CMYK | cmyk(56%, 0%, 28%, 0%) |
| LAB | lab(90.6 -54.5 22.6) |
| LCH | lch(90.6 59.0 157.5) |
| OKLCH | oklch(0.900 0.160 159.0) |
Copy-ready code
/* CSS */
color: #6ffeb7;
background-color: #6ffeb7;
/* Tailwind (arbitrary) */
class="text-[#6ffeb7] bg-[#6ffeb7]"
/* SCSS */
$brand: #6ffeb7;
/* SwiftUI */
Color(red: 0.435, green: 0.996, blue: 0.718)
/* Android */
Color.parseColor("#6ffeb7")Accessibility — WCAG contrast
Aa
#6ffeb7 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffeb7 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green99.6%
Blue71.8%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow28.0%
Key (black)0.4%
Color previews
#6ffeb7 text on a black background
contrast 16.54:1
Card sample
#6ffeb7 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffeb7;
Background color
Panel with #6ffeb7 background
background-color: #6ffeb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffeb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 254, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 254, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffeb7; background: linear-gradient(135deg, #6ffeb7, #6FE6FE);