#6cdecb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
108, 222, 203
HSL
170°, 63%, 65%
CMYK
51, 0, 9, 13
Luminance
0.5974
Every format
| HEX | #6cdecb |
| RGB | rgb(108, 222, 203) |
| HSL | hsl(170, 63%, 65%) |
| CMYK | cmyk(51%, 0%, 9%, 13%) |
| LAB | lab(81.7 -37.0 -0.6) |
| LCH | lch(81.7 37.0 180.9) |
| OKLCH | oklch(0.829 0.108 181.2) |
Copy-ready code
/* CSS */
color: #6cdecb;
background-color: #6cdecb;
/* Tailwind (arbitrary) */
class="text-[#6cdecb] bg-[#6cdecb]"
/* SCSS */
$brand: #6cdecb;
/* SwiftUI */
Color(red: 0.424, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#6cdecb")Accessibility — WCAG contrast
Aa
#6cdecb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdecb on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.1%
Blue79.6%
CMYK percentages
Cyan51.4%
Magenta0.0%
Yellow8.6%
Key (black)12.9%
Color previews
#6cdecb text on a black background
contrast 12.95:1
Card sample
#6cdecb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdecb;
Background color
Panel with #6cdecb background
background-color: #6cdecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdecb; background: linear-gradient(135deg, #6cdecb, #6CA5DE);