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