#6cccfe
a light, electric blue · cool · closest name: skyblue
RGB
108, 204, 254
HSL
201°, 99%, 71%
CMYK
58, 20, 0, 0
Luminance
0.5353
Every format
| HEX | #6cccfe |
| RGB | rgb(108, 204, 254) |
| HSL | hsl(201, 99%, 71%) |
| CMYK | cmyk(58%, 20%, 0%, 0%) |
| LAB | lab(78.2 -14.4 -33.1) |
| LCH | lch(78.2 36.1 246.5) |
| OKLCH | oklch(0.806 0.115 233.4) |
Copy-ready code
/* CSS */
color: #6cccfe;
background-color: #6cccfe;
/* Tailwind (arbitrary) */
class="text-[#6cccfe] bg-[#6cccfe]"
/* SCSS */
$brand: #6cccfe;
/* SwiftUI */
Color(red: 0.424, green: 0.800, blue: 0.996)
/* Android */
Color.parseColor("#6cccfe")Accessibility — WCAG contrast
Aa
#6cccfe on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cccfe on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green80.0%
Blue99.6%
CMYK percentages
Cyan57.5%
Magenta19.7%
Yellow0.0%
Key (black)0.4%
Color previews
#6cccfe text on a black background
contrast 11.71:1
Card sample
#6cccfe text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cccfe;
Background color
Panel with #6cccfe background
background-color: #6cccfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cccfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 204, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 204, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cccfe; background: linear-gradient(135deg, #6cccfe, #6D6CFE);