#6cdeee
a light, electric cyan · cool · closest name: skyblue
RGB
108, 222, 238
HSL
187°, 79%, 68%
CMYK
55, 7, 0, 7
Luminance
0.6160
Every format
| HEX | #6cdeee |
| RGB | rgb(108, 222, 238) |
| HSL | hsl(187, 79%, 68%) |
| CMYK | cmyk(55%, 7%, 0%, 7%) |
| LAB | lab(82.7 -28.0 -17.7) |
| LCH | lch(82.7 33.1 212.3) |
| OKLCH | oklch(0.840 0.106 207.6) |
Copy-ready code
/* CSS */
color: #6cdeee;
background-color: #6cdeee;
/* Tailwind (arbitrary) */
class="text-[#6cdeee] bg-[#6cdeee]"
/* SCSS */
$brand: #6cdeee;
/* SwiftUI */
Color(red: 0.424, green: 0.871, blue: 0.933)
/* Android */
Color.parseColor("#6cdeee")Accessibility — WCAG contrast
Aa
#6cdeee on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdeee on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.1%
Blue93.3%
CMYK percentages
Cyan54.6%
Magenta6.7%
Yellow0.0%
Key (black)6.7%
Color previews
#6cdeee text on a black background
contrast 13.32:1
Card sample
#6cdeee text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdeee;
Background color
Panel with #6cdeee background
background-color: #6cdeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 222, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 222, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdeee; background: linear-gradient(135deg, #6cdeee, #6C87EE);