#6cbfec
a light, electric blue · cool · closest name: skyblue
RGB
108, 191, 236
HSL
201°, 77%, 68%
CMYK
54, 19, 0, 8
Luminance
0.4651
Every format
| HEX | #6cbfec |
| RGB | rgb(108, 191, 236) |
| HSL | hsl(201, 77%, 68%) |
| CMYK | cmyk(54%, 19%, 0%, 8%) |
| LAB | lab(73.9 -12.8 -30.1) |
| LCH | lch(73.9 32.7 246.9) |
| OKLCH | oklch(0.769 0.104 234.0) |
Copy-ready code
/* CSS */
color: #6cbfec;
background-color: #6cbfec;
/* Tailwind (arbitrary) */
class="text-[#6cbfec] bg-[#6cbfec]"
/* SCSS */
$brand: #6cbfec;
/* SwiftUI */
Color(red: 0.424, green: 0.749, blue: 0.925)
/* Android */
Color.parseColor("#6cbfec")Accessibility — WCAG contrast
Aa
#6cbfec on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbfec on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green74.9%
Blue92.5%
CMYK percentages
Cyan54.2%
Magenta19.1%
Yellow0.0%
Key (black)7.5%
Color previews
#6cbfec text on a black background
contrast 10.30:1
Card sample
#6cbfec text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbfec;
Background color
Panel with #6cbfec background
background-color: #6cbfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 191, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 191, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbfec; background: linear-gradient(135deg, #6cbfec, #6F6CEC);