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