#6ccdef
a light, electric cyan · cool · closest name: skyblue
RGB
108, 205, 239
HSL
196°, 80%, 68%
CMYK
55, 14, 0, 6
Luminance
0.5308
Every format
| HEX | #6ccdef |
| RGB | rgb(108, 205, 239) |
| HSL | hsl(196, 80%, 68%) |
| CMYK | cmyk(55%, 14%, 0%, 6%) |
| LAB | lab(77.9 -19.3 -25.5) |
| LCH | lch(77.9 31.9 232.9) |
| OKLCH | oklch(0.802 0.103 223.3) |
Copy-ready code
/* CSS */
color: #6ccdef;
background-color: #6ccdef;
/* Tailwind (arbitrary) */
class="text-[#6ccdef] bg-[#6ccdef]"
/* SCSS */
$brand: #6ccdef;
/* SwiftUI */
Color(red: 0.424, green: 0.804, blue: 0.937)
/* Android */
Color.parseColor("#6ccdef")Accessibility — WCAG contrast
Aa
#6ccdef on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ccdef on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green80.4%
Blue93.7%
CMYK percentages
Cyan54.8%
Magenta14.2%
Yellow0.0%
Key (black)6.3%
Color previews
#6ccdef text on a black background
contrast 11.62:1
Card sample
#6ccdef text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ccdef;
Background color
Panel with #6ccdef background
background-color: #6ccdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ccdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 205, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 205, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ccdef; background: linear-gradient(135deg, #6ccdef, #6C75EF);