#6cddf7
a light, electric cyan · cool · closest name: skyblue
RGB
108, 221, 247
HSL
191°, 90%, 70%
CMYK
56, 11, 0, 3
Luminance
0.6162
Every format
| HEX | #6cddf7 |
| RGB | rgb(108, 221, 247) |
| HSL | hsl(191, 90%, 70%) |
| CMYK | cmyk(56%, 11%, 0%, 3%) |
| LAB | lab(82.7 -25.0 -22.4) |
| LCH | lch(82.7 33.6 221.9) |
| OKLCH | oklch(0.841 0.109 214.9) |
Copy-ready code
/* CSS */
color: #6cddf7;
background-color: #6cddf7;
/* Tailwind (arbitrary) */
class="text-[#6cddf7] bg-[#6cddf7]"
/* SCSS */
$brand: #6cddf7;
/* SwiftUI */
Color(red: 0.424, green: 0.867, blue: 0.969)
/* Android */
Color.parseColor("#6cddf7")Accessibility — WCAG contrast
Aa
#6cddf7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cddf7 on black: 13.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green86.7%
Blue96.9%
CMYK percentages
Cyan56.3%
Magenta10.5%
Yellow0.0%
Key (black)3.1%
Color previews
#6cddf7 text on a black background
contrast 13.32:1
Card sample
#6cddf7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cddf7;
Background color
Panel with #6cddf7 background
background-color: #6cddf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cddf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 221, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 221, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cddf7; background: linear-gradient(135deg, #6cddf7, #6C80F7);