#6cd6ff
a light, electric cyan · cool · closest name: skyblue
RGB
108, 214, 255
HSL
197°, 100%, 71%
CMYK
58, 16, 0, 0
Luminance
0.5850
Every format
| HEX | #6cd6ff |
| RGB | rgb(108, 214, 255) |
| HSL | hsl(197, 100%, 71%) |
| CMYK | cmyk(58%, 16%, 0%, 0%) |
| LAB | lab(81.0 -19.2 -29.3) |
| LCH | lch(81.0 35.0 236.7) |
| OKLCH | oklch(0.829 0.113 226.0) |
Copy-ready code
/* CSS */
color: #6cd6ff;
background-color: #6cd6ff;
/* Tailwind (arbitrary) */
class="text-[#6cd6ff] bg-[#6cd6ff]"
/* SCSS */
$brand: #6cd6ff;
/* SwiftUI */
Color(red: 0.424, green: 0.839, blue: 1.000)
/* Android */
Color.parseColor("#6cd6ff")Accessibility — WCAG contrast
Aa
#6cd6ff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cd6ff on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green83.9%
Blue100.0%
CMYK percentages
Cyan57.6%
Magenta16.1%
Yellow0.0%
Key (black)0.0%
Color previews
#6cd6ff text on a black background
contrast 12.70:1
Card sample
#6cd6ff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cd6ff;
Background color
Panel with #6cd6ff background
background-color: #6cd6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cd6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 214, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 214, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cd6ff; background: linear-gradient(135deg, #6cd6ff, #6C74FF);