#6cffcf
a light, electric cyan · cool · closest name: aquamarine
RGB
108, 255, 207
HSL
160°, 100%, 71%
CMYK
58, 0, 19, 0
Luminance
0.7921
Every format
| HEX | #6cffcf |
| RGB | rgb(108, 255, 207) |
| HSL | hsl(160, 100%, 71%) |
| CMYK | cmyk(58%, 0%, 19%, 0%) |
| LAB | lab(91.3 -50.6 11.2) |
| LCH | lch(91.3 51.8 167.5) |
| OKLCH | oklch(0.907 0.144 168.5) |
Copy-ready code
/* CSS */
color: #6cffcf;
background-color: #6cffcf;
/* Tailwind (arbitrary) */
class="text-[#6cffcf] bg-[#6cffcf]"
/* SCSS */
$brand: #6cffcf;
/* SwiftUI */
Color(red: 0.424, green: 1.000, blue: 0.812)
/* Android */
Color.parseColor("#6cffcf")Accessibility — WCAG contrast
Aa
#6cffcf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cffcf on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green100.0%
Blue81.2%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow18.8%
Key (black)0.0%
Color previews
#6cffcf text on a black background
contrast 16.84:1
Card sample
#6cffcf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cffcf;
Background color
Panel with #6cffcf background
background-color: #6cffcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cffcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 255, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 255, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cffcf; background: linear-gradient(135deg, #6cffcf, #6CCDFF);