#6bdafd
a light, electric cyan · cool · closest name: skyblue
RGB
107, 218, 253
HSL
194°, 97%, 71%
CMYK
58, 14, 0, 1
Luminance
0.6036
Every format
| HEX | #6bdafd |
| RGB | rgb(107, 218, 253) |
| HSL | hsl(194, 97%, 71%) |
| CMYK | cmyk(58%, 14%, 0%, 1%) |
| LAB | lab(82.0 -22.0 -26.7) |
| LCH | lch(82.0 34.6 230.4) |
| OKLCH | oklch(0.836 0.112 221.3) |
Copy-ready code
/* CSS */
color: #6bdafd;
background-color: #6bdafd;
/* Tailwind (arbitrary) */
class="text-[#6bdafd] bg-[#6bdafd]"
/* SCSS */
$brand: #6bdafd;
/* SwiftUI */
Color(red: 0.420, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#6bdafd")Accessibility — WCAG contrast
Aa
#6bdafd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bdafd on black: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green85.5%
Blue99.2%
CMYK percentages
Cyan57.7%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#6bdafd text on a black background
contrast 13.07:1
Card sample
#6bdafd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bdafd;
Background color
Panel with #6bdafd background
background-color: #6bdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bdafd; background: linear-gradient(135deg, #6bdafd, #6B79FD);