#6cffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
108, 255, 223
HSL
167°, 100%, 71%
CMYK
58, 0, 13, 0
Luminance
0.8004
Every format
| HEX | #6cffdf |
| RGB | rgb(108, 255, 223) |
| HSL | hsl(167, 100%, 71%) |
| CMYK | cmyk(58%, 0%, 13%, 0%) |
| LAB | lab(91.7 -46.9 3.5) |
| LCH | lch(91.7 47.0 175.8) |
| OKLCH | oklch(0.911 0.135 176.4) |
Copy-ready code
/* CSS */
color: #6cffdf;
background-color: #6cffdf;
/* Tailwind (arbitrary) */
class="text-[#6cffdf] bg-[#6cffdf]"
/* SCSS */
$brand: #6cffdf;
/* SwiftUI */
Color(red: 0.424, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#6cffdf")Accessibility — WCAG contrast
Aa
#6cffdf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cffdf on black: 17.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green100.0%
Blue87.5%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#6cffdf text on a black background
contrast 17.01:1
Card sample
#6cffdf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cffdf;
Background color
Panel with #6cffdf background
background-color: #6cffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cffdf; background: linear-gradient(135deg, #6cffdf, #6CBDFF);