#6ccdfb
a light, electric cyan · cool · closest name: skyblue
RGB
108, 205, 251
HSL
199°, 95%, 70%
CMYK
57, 18, 0, 2
Luminance
0.5382
Every format
| HEX | #6ccdfb |
| RGB | rgb(108, 205, 251) |
| HSL | hsl(199, 95%, 70%) |
| CMYK | cmyk(57%, 18%, 0%, 2%) |
| LAB | lab(78.3 -15.8 -31.2) |
| LCH | lch(78.3 35.0 243.2) |
| OKLCH | oklch(0.807 0.112 230.9) |
Copy-ready code
/* CSS */
color: #6ccdfb;
background-color: #6ccdfb;
/* Tailwind (arbitrary) */
class="text-[#6ccdfb] bg-[#6ccdfb]"
/* SCSS */
$brand: #6ccdfb;
/* SwiftUI */
Color(red: 0.424, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#6ccdfb")Accessibility — WCAG contrast
Aa
#6ccdfb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ccdfb on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green80.4%
Blue98.4%
CMYK percentages
Cyan57.0%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#6ccdfb text on a black background
contrast 11.76:1
Card sample
#6ccdfb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ccdfb;
Background color
Panel with #6ccdfb background
background-color: #6ccdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ccdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ccdfb; background: linear-gradient(135deg, #6ccdfb, #6C6EFB);