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