#6cdff0
a light, electric cyan · cool · closest name: skyblue
RGB
108, 223, 240
HSL
188°, 82%, 68%
CMYK
55, 7, 0, 6
Luminance
0.6225
Every format
| HEX | #6cdff0 |
| RGB | rgb(108, 223, 240) |
| HSL | hsl(188, 82%, 68%) |
| CMYK | cmyk(55%, 7%, 0%, 6%) |
| LAB | lab(83.0 -27.9 -18.2) |
| LCH | lch(83.0 33.4 213.1) |
| OKLCH | oklch(0.843 0.107 208.2) |
Copy-ready code
/* CSS */
color: #6cdff0;
background-color: #6cdff0;
/* Tailwind (arbitrary) */
class="text-[#6cdff0] bg-[#6cdff0]"
/* SCSS */
$brand: #6cdff0;
/* SwiftUI */
Color(red: 0.424, green: 0.875, blue: 0.941)
/* Android */
Color.parseColor("#6cdff0")Accessibility — WCAG contrast
Aa
#6cdff0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cdff0 on black: 13.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green87.5%
Blue94.1%
CMYK percentages
Cyan55.0%
Magenta7.1%
Yellow0.0%
Key (black)5.9%
Color previews
#6cdff0 text on a black background
contrast 13.45:1
Card sample
#6cdff0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cdff0;
Background color
Panel with #6cdff0 background
background-color: #6cdff0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cdff0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 223, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 223, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cdff0; background: linear-gradient(135deg, #6cdff0, #6C87F0);