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