#6bccf2
a light, electric cyan · cool · closest name: skyblue
RGB
107, 204, 242
HSL
197°, 84%, 68%
CMYK
56, 16, 0, 5
Luminance
0.5272
Every format
| HEX | #6bccf2 |
| RGB | rgb(107, 204, 242) |
| HSL | hsl(197, 84%, 68%) |
| CMYK | cmyk(56%, 16%, 0%, 5%) |
| LAB | lab(77.7 -18.1 -27.4) |
| LCH | lch(77.7 32.8 236.6) |
| OKLCH | oklch(0.800 0.106 226.0) |
Copy-ready code
/* CSS */
color: #6bccf2;
background-color: #6bccf2;
/* Tailwind (arbitrary) */
class="text-[#6bccf2] bg-[#6bccf2]"
/* SCSS */
$brand: #6bccf2;
/* SwiftUI */
Color(red: 0.420, green: 0.800, blue: 0.949)
/* Android */
Color.parseColor("#6bccf2")Accessibility — WCAG contrast
Aa
#6bccf2 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bccf2 on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green80.0%
Blue94.9%
CMYK percentages
Cyan55.8%
Magenta15.7%
Yellow0.0%
Key (black)5.1%
Color previews
#6bccf2 text on a black background
contrast 11.54:1
Card sample
#6bccf2 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bccf2;
Background color
Panel with #6bccf2 background
background-color: #6bccf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bccf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 204, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 204, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bccf2; background: linear-gradient(135deg, #6bccf2, #6B72F2);