#6bcbfd
a light, electric blue · cool · closest name: skyblue
RGB
107, 203, 253
HSL
201°, 97%, 71%
CMYK
58, 20, 0, 1
Luminance
0.5293
Every format
| HEX | #6bcbfd |
| RGB | rgb(107, 203, 253) |
| HSL | hsl(201, 97%, 71%) |
| CMYK | cmyk(58%, 20%, 0%, 1%) |
| LAB | lab(77.8 -14.3 -33.1) |
| LCH | lch(77.8 36.1 246.6) |
| OKLCH | oklch(0.803 0.115 233.4) |
Copy-ready code
/* CSS */
color: #6bcbfd;
background-color: #6bcbfd;
/* Tailwind (arbitrary) */
class="text-[#6bcbfd] bg-[#6bcbfd]"
/* SCSS */
$brand: #6bcbfd;
/* SwiftUI */
Color(red: 0.420, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#6bcbfd")Accessibility — WCAG contrast
Aa
#6bcbfd on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bcbfd on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green79.6%
Blue99.2%
CMYK percentages
Cyan57.7%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#6bcbfd text on a black background
contrast 11.59:1
Card sample
#6bcbfd text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bcbfd;
Background color
Panel with #6bcbfd background
background-color: #6bcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bcbfd; background: linear-gradient(135deg, #6bcbfd, #6C6BFD);