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