#6cdfcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 223, 203
HSL
170°, 64%, 65%
CMYK
52, 0, 9, 13
Luminance
0.6028
Every format
| HEX | #6cdfcb |
| RGB | rgb(108, 223, 203) |
| HSL | hsl(170, 64%, 65%) |
| CMYK | cmyk(52%, 0%, 9%, 13%) |
| LAB | lab(82.0 -37.5 -0.2) |
| LCH | lch(82.0 37.5 180.3) |
| OKLCH | oklch(0.831 0.109 180.6) |
Copy-ready code
/* CSS */
color: #6cdfcb;
background-color: #6cdfcb;
/* Tailwind (arbitrary) */
class="text-[#6cdfcb] bg-[#6cdfcb]"
/* SCSS */
$brand: #6cdfcb;
/* SwiftUI */
Color(red: 0.424, green: 0.875, blue: 0.796)
/* Android */
Color.parseColor("#6cdfcb")Accessibility — WCAG contrast
Aa
#6cdfcb on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdfcb on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.5%
Blue79.6%
CMYK percentages
Cyan51.6%
Magenta0.0%
Yellow9.0%
Key (black)12.5%
Color previews
#6cdfcb text on a black background
contrast 13.06:1
Card sample
#6cdfcb text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdfcb;
Background color
Panel with #6cdfcb background
background-color: #6cdfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 223, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 223, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdfcb; background: linear-gradient(135deg, #6cdfcb, #6CA6DF);