#6cfccc
a light, electric cyan · cool · closest name: aquamarine
RGB
108, 252, 204
HSL
160°, 96%, 71%
CMYK
57, 0, 19, 1
Luminance
0.7717
Every format
| HEX | #6cfccc |
| RGB | rgb(108, 252, 204) |
| HSL | hsl(160, 96%, 71%) |
| CMYK | cmyk(57%, 0%, 19%, 1%) |
| LAB | lab(90.4 -50.0 11.4) |
| LCH | lch(90.4 51.3 167.1) |
| OKLCH | oklch(0.899 0.143 168.2) |
Copy-ready code
/* CSS */
color: #6cfccc;
background-color: #6cfccc;
/* Tailwind (arbitrary) */
class="text-[#6cfccc] bg-[#6cfccc]"
/* SCSS */
$brand: #6cfccc;
/* SwiftUI */
Color(red: 0.424, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#6cfccc")Accessibility — WCAG contrast
Aa
#6cfccc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cfccc on black: 16.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green98.8%
Blue80.0%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#6cfccc text on a black background
contrast 16.43:1
Card sample
#6cfccc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cfccc;
Background color
Panel with #6cfccc background
background-color: #6cfccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cfccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cfccc; background: linear-gradient(135deg, #6cfccc, #6CCCFC);