#6cccfc
a light, electric blue · cool · closest name: skyblue
RGB
108, 204, 252
HSL
200°, 96%, 71%
CMYK
57, 19, 0, 1
Luminance
0.5340
Every format
| HEX | #6cccfc |
| RGB | rgb(108, 204, 252) |
| HSL | hsl(200, 96%, 71%) |
| CMYK | cmyk(57%, 19%, 0%, 1%) |
| LAB | lab(78.1 -15.0 -32.1) |
| LCH | lch(78.1 35.5 245.0) |
| OKLCH | oklch(0.805 0.113 232.3) |
Copy-ready code
/* CSS */
color: #6cccfc;
background-color: #6cccfc;
/* Tailwind (arbitrary) */
class="text-[#6cccfc] bg-[#6cccfc]"
/* SCSS */
$brand: #6cccfc;
/* SwiftUI */
Color(red: 0.424, green: 0.800, blue: 0.988)
/* Android */
Color.parseColor("#6cccfc")Accessibility — WCAG contrast
Aa
#6cccfc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cccfc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green80.0%
Blue98.8%
CMYK percentages
Cyan57.1%
Magenta19.0%
Yellow0.0%
Key (black)1.2%
Color previews
#6cccfc text on a black background
contrast 11.68:1
Card sample
#6cccfc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cccfc;
Background color
Panel with #6cccfc background
background-color: #6cccfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cccfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 204, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 204, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cccfc; background: linear-gradient(135deg, #6cccfc, #6C6CFC);