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