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