#6cd7ee
a light, electric cyan · cool · closest name: skyblue
RGB
108, 215, 238
HSL
191°, 79%, 68%
CMYK
55, 10, 0, 7
Luminance
0.5796
Every format
| HEX | #6cd7ee |
| RGB | rgb(108, 215, 238) |
| HSL | hsl(191, 79%, 68%) |
| CMYK | cmyk(55%, 10%, 0%, 7%) |
| LAB | lab(80.7 -24.6 -20.7) |
| LCH | lch(80.7 32.1 220.1) |
| OKLCH | oklch(0.824 0.103 213.6) |
Copy-ready code
/* CSS */
color: #6cd7ee;
background-color: #6cd7ee;
/* Tailwind (arbitrary) */
class="text-[#6cd7ee] bg-[#6cd7ee]"
/* SCSS */
$brand: #6cd7ee;
/* SwiftUI */
Color(red: 0.424, green: 0.843, blue: 0.933)
/* Android */
Color.parseColor("#6cd7ee")Accessibility — WCAG contrast
Aa
#6cd7ee on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd7ee on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green84.3%
Blue93.3%
CMYK percentages
Cyan54.6%
Magenta9.7%
Yellow0.0%
Key (black)6.7%
Color previews
#6cd7ee text on a black background
contrast 12.59:1
Card sample
#6cd7ee text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd7ee;
Background color
Panel with #6cd7ee background
background-color: #6cd7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 215, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 215, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd7ee; background: linear-gradient(135deg, #6cd7ee, #6C80EE);