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