#6cfdba
a light, electric green · cool · closest name: aquamarine
RGB
108, 253, 186
HSL
152°, 97%, 71%
CMYK
57, 0, 27, 1
Luminance
0.7698
Every format
| HEX | #6cfdba |
| RGB | rgb(108, 253, 186) |
| HSL | hsl(152, 97%, 71%) |
| CMYK | cmyk(57%, 0%, 27%, 1%) |
| LAB | lab(90.3 -54.2 20.6) |
| LCH | lch(90.3 57.9 159.2) |
| OKLCH | oklch(0.897 0.158 160.6) |
Copy-ready code
/* CSS */
color: #6cfdba;
background-color: #6cfdba;
/* Tailwind (arbitrary) */
class="text-[#6cfdba] bg-[#6cfdba]"
/* SCSS */
$brand: #6cfdba;
/* SwiftUI */
Color(red: 0.424, green: 0.992, blue: 0.729)
/* Android */
Color.parseColor("#6cfdba")Accessibility — WCAG contrast
Aa
#6cfdba on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfdba on black: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green99.2%
Blue72.9%
CMYK percentages
Cyan57.3%
Magenta0.0%
Yellow26.5%
Key (black)0.8%
Color previews
#6cfdba text on a black background
contrast 16.40:1
Card sample
#6cfdba text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfdba;
Background color
Panel with #6cfdba background
background-color: #6cfdba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfdba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 253, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 253, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfdba; background: linear-gradient(135deg, #6cfdba, #6CDFFD);