#6cd7da
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 215, 218
HSL
182°, 60%, 64%
CMYK
51, 1, 0, 15
Luminance
0.5685
Every format
| HEX | #6cd7da |
| RGB | rgb(108, 215, 218) |
| HSL | hsl(182, 60%, 64%) |
| CMYK | cmyk(51%, 1%, 0%, 15%) |
| LAB | lab(80.1 -30.0 -11.0) |
| LCH | lch(80.1 31.9 200.1) |
| OKLCH | oklch(0.817 0.099 197.8) |
Copy-ready code
/* CSS */
color: #6cd7da;
background-color: #6cd7da;
/* Tailwind (arbitrary) */
class="text-[#6cd7da] bg-[#6cd7da]"
/* SCSS */
$brand: #6cd7da;
/* SwiftUI */
Color(red: 0.424, green: 0.843, blue: 0.855)
/* Android */
Color.parseColor("#6cd7da")Accessibility — WCAG contrast
Aa
#6cd7da on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd7da on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green84.3%
Blue85.5%
CMYK percentages
Cyan50.5%
Magenta1.4%
Yellow0.0%
Key (black)14.5%
Color previews
#6cd7da text on a black background
contrast 12.37:1
Card sample
#6cd7da text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd7da;
Background color
Panel with #6cd7da background
background-color: #6cd7da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd7da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 215, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 215, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd7da; background: linear-gradient(135deg, #6cd7da, #6C8EDA);