#6cddda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 221, 218
HSL
178°, 62%, 65%
CMYK
51, 0, 1, 13
Luminance
0.5996
Every format
| HEX | #6cddda |
| RGB | rgb(108, 221, 218) |
| HSL | hsl(178, 62%, 65%) |
| CMYK | cmyk(51%, 0%, 1%, 13%) |
| LAB | lab(81.8 -32.8 -8.4) |
| LCH | lch(81.8 33.9 194.4) |
| OKLCH | oklch(0.831 0.103 193.0) |
Copy-ready code
/* CSS */
color: #6cddda;
background-color: #6cddda;
/* Tailwind (arbitrary) */
class="text-[#6cddda] bg-[#6cddda]"
/* SCSS */
$brand: #6cddda;
/* SwiftUI */
Color(red: 0.424, green: 0.867, blue: 0.855)
/* Android */
Color.parseColor("#6cddda")Accessibility — WCAG contrast
Aa
#6cddda on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cddda on black: 12.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green86.7%
Blue85.5%
CMYK percentages
Cyan51.1%
Magenta0.0%
Yellow1.4%
Key (black)13.3%
Color previews
#6cddda text on a black background
contrast 12.99:1
Card sample
#6cddda text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cddda;
Background color
Panel with #6cddda background
background-color: #6cddda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cddda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 221, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 221, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cddda; background: linear-gradient(135deg, #6cddda, #6C95DD);