#6ffbc9
a light, electric green · cool · closest name: aquamarine
RGB
111, 251, 201
HSL
159°, 95%, 71%
CMYK
56, 0, 20, 2
Luminance
0.7659
Every format
| HEX | #6ffbc9 |
| RGB | rgb(111, 251, 201) |
| HSL | hsl(159, 95%, 71%) |
| CMYK | cmyk(56%, 0%, 20%, 2%) |
| LAB | lab(90.1 -49.6 12.6) |
| LCH | lch(90.1 51.2 165.7) |
| OKLCH | oklch(0.897 0.142 166.8) |
Copy-ready code
/* CSS */
color: #6ffbc9;
background-color: #6ffbc9;
/* Tailwind (arbitrary) */
class="text-[#6ffbc9] bg-[#6ffbc9]"
/* SCSS */
$brand: #6ffbc9;
/* SwiftUI */
Color(red: 0.435, green: 0.984, blue: 0.788)
/* Android */
Color.parseColor("#6ffbc9")Accessibility — WCAG contrast
Aa
#6ffbc9 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ffbc9 on black: 16.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green98.4%
Blue78.8%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow19.9%
Key (black)1.6%
Color previews
#6ffbc9 text on a black background
contrast 16.32:1
Card sample
#6ffbc9 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ffbc9;
Background color
Panel with #6ffbc9 background
background-color: #6ffbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ffbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 251, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 251, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ffbc9; background: linear-gradient(135deg, #6ffbc9, #6FD0FB);