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