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