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