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