#6cd0dc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
108, 208, 220
HSL
186°, 62%, 64%
CMYK
51, 6, 0, 14
Luminance
0.5347
Every format
| HEX | #6cd0dc |
| RGB | rgb(108, 208, 220) |
| HSL | hsl(186, 62%, 64%) |
| CMYK | cmyk(51%, 6%, 0%, 14%) |
| LAB | lab(78.2 -26.0 -14.9) |
| LCH | lch(78.2 30.0 209.9) |
| OKLCH | oklch(0.802 0.095 205.7) |
Copy-ready code
/* CSS */
color: #6cd0dc;
background-color: #6cd0dc;
/* Tailwind (arbitrary) */
class="text-[#6cd0dc] bg-[#6cd0dc]"
/* SCSS */
$brand: #6cd0dc;
/* SwiftUI */
Color(red: 0.424, green: 0.816, blue: 0.863)
/* Android */
Color.parseColor("#6cd0dc")Accessibility — WCAG contrast
Aa
#6cd0dc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd0dc on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green81.6%
Blue86.3%
CMYK percentages
Cyan50.9%
Magenta5.5%
Yellow0.0%
Key (black)13.7%
Color previews
#6cd0dc text on a black background
contrast 11.69:1
Card sample
#6cd0dc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd0dc;
Background color
Panel with #6cd0dc background
background-color: #6cd0dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd0dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 208, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 208, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd0dc; background: linear-gradient(135deg, #6cd0dc, #6C85DC);