#6cd0ee
a light, electric cyan · cool · closest name: skyblue
RGB
108, 208, 238
HSL
194°, 79%, 68%
CMYK
55, 13, 0, 7
Luminance
0.5447
Every format
| HEX | #6cd0ee |
| RGB | rgb(108, 208, 238) |
| HSL | hsl(194, 79%, 68%) |
| CMYK | cmyk(55%, 13%, 0%, 7%) |
| LAB | lab(78.7 -21.1 -23.7) |
| LCH | lch(78.7 31.7 228.4) |
| OKLCH | oklch(0.808 0.102 219.9) |
Copy-ready code
/* CSS */
color: #6cd0ee;
background-color: #6cd0ee;
/* Tailwind (arbitrary) */
class="text-[#6cd0ee] bg-[#6cd0ee]"
/* SCSS */
$brand: #6cd0ee;
/* SwiftUI */
Color(red: 0.424, green: 0.816, blue: 0.933)
/* Android */
Color.parseColor("#6cd0ee")Accessibility — WCAG contrast
Aa
#6cd0ee on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd0ee on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green81.6%
Blue93.3%
CMYK percentages
Cyan54.6%
Magenta12.6%
Yellow0.0%
Key (black)6.7%
Color previews
#6cd0ee text on a black background
contrast 11.89:1
Card sample
#6cd0ee text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd0ee;
Background color
Panel with #6cd0ee background
background-color: #6cd0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 208, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 208, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd0ee; background: linear-gradient(135deg, #6cd0ee, #6C79EE);