#6cfbad
a light, electric green · cool · closest name: aquamarine
RGB
108, 251, 173
HSL
147°, 95%, 70%
CMYK
57, 0, 31, 2
Luminance
0.7520
Every format
| HEX | #6cfbad |
| RGB | rgb(108, 251, 173) |
| HSL | hsl(147, 95%, 70%) |
| CMYK | cmyk(57%, 0%, 31%, 2%) |
| LAB | lab(89.5 -55.9 26.0) |
| LCH | lch(89.5 61.7 155.0) |
| OKLCH | oklch(0.890 0.166 156.6) |
Copy-ready code
/* CSS */
color: #6cfbad;
background-color: #6cfbad;
/* Tailwind (arbitrary) */
class="text-[#6cfbad] bg-[#6cfbad]"
/* SCSS */
$brand: #6cfbad;
/* SwiftUI */
Color(red: 0.424, green: 0.984, blue: 0.678)
/* Android */
Color.parseColor("#6cfbad")Accessibility — WCAG contrast
Aa
#6cfbad on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfbad on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.4%
Blue67.8%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow31.1%
Key (black)1.6%
Color previews
#6cfbad text on a black background
contrast 16.04:1
Card sample
#6cfbad text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfbad;
Background color
Panel with #6cfbad background
background-color: #6cfbad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfbad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 251, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 251, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfbad; background: linear-gradient(135deg, #6cfbad, #6CEAFB);