#6cdacb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 218, 203
HSL
172°, 60%, 64%
CMYK
51, 0, 7, 15
Luminance
0.5764
Every format
| HEX | #6cdacb |
| RGB | rgb(108, 218, 203) |
| HSL | hsl(172, 60%, 64%) |
| CMYK | cmyk(51%, 0%, 7%, 15%) |
| LAB | lab(80.5 -35.2 -2.3) |
| LCH | lch(80.5 35.3 183.7) |
| OKLCH | oklch(0.819 0.104 183.7) |
Copy-ready code
/* CSS */
color: #6cdacb;
background-color: #6cdacb;
/* Tailwind (arbitrary) */
class="text-[#6cdacb] bg-[#6cdacb]"
/* SCSS */
$brand: #6cdacb;
/* SwiftUI */
Color(red: 0.424, green: 0.855, blue: 0.796)
/* Android */
Color.parseColor("#6cdacb")Accessibility — WCAG contrast
Aa
#6cdacb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdacb on black: 12.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green85.5%
Blue79.6%
CMYK percentages
Cyan50.5%
Magenta0.0%
Yellow6.9%
Key (black)14.5%
Color previews
#6cdacb text on a black background
contrast 12.53:1
Card sample
#6cdacb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdacb;
Background color
Panel with #6cdacb background
background-color: #6cdacb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdacb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 218, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 218, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdacb; background: linear-gradient(135deg, #6cdacb, #6CA0DA);