#6bcdfd
a light, electric cyan · cool · closest name: skyblue
RGB
107, 205, 253
HSL
200°, 97%, 71%
CMYK
58, 19, 0, 1
Luminance
0.5388
Every format
| HEX | #6bcdfd |
| RGB | rgb(107, 205, 253) |
| HSL | hsl(200, 97%, 71%) |
| CMYK | cmyk(58%, 19%, 0%, 1%) |
| LAB | lab(78.4 -15.4 -32.3) |
| LCH | lch(78.4 35.7 244.5) |
| OKLCH | oklch(0.807 0.114 231.9) |
Copy-ready code
/* CSS */
color: #6bcdfd;
background-color: #6bcdfd;
/* Tailwind (arbitrary) */
class="text-[#6bcdfd] bg-[#6bcdfd]"
/* SCSS */
$brand: #6bcdfd;
/* SwiftUI */
Color(red: 0.420, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#6bcdfd")Accessibility — WCAG contrast
Aa
#6bcdfd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bcdfd on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green80.4%
Blue99.2%
CMYK percentages
Cyan57.7%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#6bcdfd text on a black background
contrast 11.78:1
Card sample
#6bcdfd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bcdfd;
Background color
Panel with #6bcdfd background
background-color: #6bcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bcdfd; background: linear-gradient(135deg, #6bcdfd, #6B6CFD);