#6cdbda
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 219, 218
HSL
180°, 61%, 64%
CMYK
51, 0, 1, 14
Luminance
0.5891
Every format
| HEX | #6cdbda |
| RGB | rgb(108, 219, 218) |
| HSL | hsl(180, 61%, 64%) |
| CMYK | cmyk(51%, 0%, 1%, 14%) |
| LAB | lab(81.2 -31.9 -9.3) |
| LCH | lch(81.2 33.2 196.2) |
| OKLCH | oklch(0.826 0.102 194.6) |
Copy-ready code
/* CSS */
color: #6cdbda;
background-color: #6cdbda;
/* Tailwind (arbitrary) */
class="text-[#6cdbda] bg-[#6cdbda]"
/* SCSS */
$brand: #6cdbda;
/* SwiftUI */
Color(red: 0.424, green: 0.859, blue: 0.855)
/* Android */
Color.parseColor("#6cdbda")Accessibility — WCAG contrast
Aa
#6cdbda on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdbda on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green85.9%
Blue85.5%
CMYK percentages
Cyan50.7%
Magenta0.0%
Yellow0.5%
Key (black)14.1%
Color previews
#6cdbda text on a black background
contrast 12.78:1
Card sample
#6cdbda text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdbda;
Background color
Panel with #6cdbda background
background-color: #6cdbda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdbda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 219, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 219, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdbda; background: linear-gradient(135deg, #6cdbda, #6C92DB);