#6cd3da
a balanced, vivid cyan · cool · closest name: skyblue
RGB
108, 211, 218
HSL
184°, 60%, 64%
CMYK
51, 3, 0, 15
Luminance
0.5484
Every format
| HEX | #6cd3da |
| RGB | rgb(108, 211, 218) |
| HSL | hsl(184, 60%, 64%) |
| CMYK | cmyk(51%, 3%, 0%, 15%) |
| LAB | lab(79.0 -28.0 -12.7) |
| LCH | lch(79.0 30.8 204.3) |
| OKLCH | oklch(0.808 0.096 201.3) |
Copy-ready code
/* CSS */
color: #6cd3da;
background-color: #6cd3da;
/* Tailwind (arbitrary) */
class="text-[#6cd3da] bg-[#6cd3da]"
/* SCSS */
$brand: #6cd3da;
/* SwiftUI */
Color(red: 0.424, green: 0.827, blue: 0.855)
/* Android */
Color.parseColor("#6cd3da")Accessibility — WCAG contrast
Aa
#6cd3da on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd3da on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green82.7%
Blue85.5%
CMYK percentages
Cyan50.5%
Magenta3.2%
Yellow0.0%
Key (black)14.5%
Color previews
#6cd3da text on a black background
contrast 11.97:1
Card sample
#6cd3da text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd3da;
Background color
Panel with #6cd3da background
background-color: #6cd3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 211, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 211, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd3da; background: linear-gradient(135deg, #6cd3da, #6C8ADA);