#6cddef
a light, electric cyan · cool · closest name: skyblue
RGB
108, 221, 239
HSL
188°, 80%, 68%
CMYK
55, 8, 0, 6
Luminance
0.6113
Every format
| HEX | #6cddef |
| RGB | rgb(108, 221, 239) |
| HSL | hsl(188, 80%, 68%) |
| CMYK | cmyk(55%, 8%, 0%, 6%) |
| LAB | lab(82.5 -27.2 -18.6) |
| LCH | lch(82.5 33.0 214.3) |
| OKLCH | oklch(0.838 0.106 209.2) |
Copy-ready code
/* CSS */
color: #6cddef;
background-color: #6cddef;
/* Tailwind (arbitrary) */
class="text-[#6cddef] bg-[#6cddef]"
/* SCSS */
$brand: #6cddef;
/* SwiftUI */
Color(red: 0.424, green: 0.867, blue: 0.937)
/* Android */
Color.parseColor("#6cddef")Accessibility — WCAG contrast
Aa
#6cddef on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cddef on black: 13.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green86.7%
Blue93.7%
CMYK percentages
Cyan54.8%
Magenta7.5%
Yellow0.0%
Key (black)6.3%
Color previews
#6cddef text on a black background
contrast 13.23:1
Card sample
#6cddef text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cddef;
Background color
Panel with #6cddef background
background-color: #6cddef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cddef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 221, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 221, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cddef; background: linear-gradient(135deg, #6cddef, #6C86EF);