#6cffba
a light, electric green · cool · closest name: aquamarine
RGB
108, 255, 186
HSL
152°, 100%, 71%
CMYK
58, 0, 27, 0
Luminance
0.7825
Every format
| HEX | #6cffba |
| RGB | rgb(108, 255, 186) |
| HSL | hsl(152, 100%, 71%) |
| CMYK | cmyk(58%, 0%, 27%, 0%) |
| LAB | lab(90.9 -55.0 21.4) |
| LCH | lch(90.9 59.0 158.8) |
| OKLCH | oklch(0.902 0.160 160.1) |
Copy-ready code
/* CSS */
color: #6cffba;
background-color: #6cffba;
/* Tailwind (arbitrary) */
class="text-[#6cffba] bg-[#6cffba]"
/* SCSS */
$brand: #6cffba;
/* SwiftUI */
Color(red: 0.424, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#6cffba")Accessibility — WCAG contrast
Aa
#6cffba on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cffba on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green100.0%
Blue72.9%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#6cffba text on a black background
contrast 16.65:1
Card sample
#6cffba text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cffba;
Background color
Panel with #6cffba background
background-color: #6cffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cffba; background: linear-gradient(135deg, #6cffba, #6CE2FF);