#6cdffd
a light, electric cyan · cool · closest name: skyblue
RGB
108, 223, 253
HSL
192°, 97%, 71%
CMYK
57, 12, 0, 1
Luminance
0.6306
Every format
| HEX | #6cdffd |
| RGB | rgb(108, 223, 253) |
| HSL | hsl(192, 97%, 71%) |
| CMYK | cmyk(57%, 12%, 0%, 1%) |
| LAB | lab(83.5 -24.3 -24.5) |
| LCH | lch(83.5 34.5 225.2) |
| OKLCH | oklch(0.848 0.112 217.4) |
Copy-ready code
/* CSS */
color: #6cdffd;
background-color: #6cdffd;
/* Tailwind (arbitrary) */
class="text-[#6cdffd] bg-[#6cdffd]"
/* SCSS */
$brand: #6cdffd;
/* SwiftUI */
Color(red: 0.424, green: 0.875, blue: 0.992)
/* Android */
Color.parseColor("#6cdffd")Accessibility — WCAG contrast
Aa
#6cdffd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdffd on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.5%
Blue99.2%
CMYK percentages
Cyan57.3%
Magenta11.9%
Yellow0.0%
Key (black)0.8%
Color previews
#6cdffd text on a black background
contrast 13.61:1
Card sample
#6cdffd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdffd;
Background color
Panel with #6cdffd background
background-color: #6cdffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 223, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 223, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdffd; background: linear-gradient(135deg, #6cdffd, #6C7EFD);