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