#6cdcff
a light, electric cyan · cool · closest name: skyblue
RGB
108, 220, 255
HSL
194°, 100%, 71%
CMYK
58, 14, 0, 0
Luminance
0.6159
Every format
| HEX | #6cdcff |
| RGB | rgb(108, 220, 255) |
| HSL | hsl(194, 100%, 71%) |
| CMYK | cmyk(58%, 14%, 0%, 0%) |
| LAB | lab(82.7 -22.3 -26.7) |
| LCH | lch(82.7 34.8 230.2) |
| OKLCH | oklch(0.842 0.113 221.1) |
Copy-ready code
/* CSS */
color: #6cdcff;
background-color: #6cdcff;
/* Tailwind (arbitrary) */
class="text-[#6cdcff] bg-[#6cdcff]"
/* SCSS */
$brand: #6cdcff;
/* SwiftUI */
Color(red: 0.424, green: 0.863, blue: 1.000)
/* Android */
Color.parseColor("#6cdcff")Accessibility — WCAG contrast
Aa
#6cdcff on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdcff on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green86.3%
Blue100.0%
CMYK percentages
Cyan57.6%
Magenta13.7%
Yellow0.0%
Key (black)0.0%
Color previews
#6cdcff text on a black background
contrast 13.32:1
Card sample
#6cdcff text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdcff;
Background color
Panel with #6cdcff background
background-color: #6cdcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 220, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 220, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdcff; background: linear-gradient(135deg, #6cdcff, #6C7AFF);