#6cbfee
a light, electric blue · cool · closest name: skyblue
RGB
108, 191, 238
HSL
202°, 79%, 68%
CMYK
55, 20, 0, 7
Luminance
0.4662
Every format
| HEX | #6cbfee |
| RGB | rgb(108, 191, 238) |
| HSL | hsl(202, 79%, 68%) |
| CMYK | cmyk(55%, 20%, 0%, 7%) |
| LAB | lab(74.0 -12.3 -31.0) |
| LCH | lch(74.0 33.4 248.5) |
| OKLCH | oklch(0.770 0.105 235.2) |
Copy-ready code
/* CSS */
color: #6cbfee;
background-color: #6cbfee;
/* Tailwind (arbitrary) */
class="text-[#6cbfee] bg-[#6cbfee]"
/* SCSS */
$brand: #6cbfee;
/* SwiftUI */
Color(red: 0.424, green: 0.749, blue: 0.933)
/* Android */
Color.parseColor("#6cbfee")Accessibility — WCAG contrast
Aa
#6cbfee on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cbfee on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green74.9%
Blue93.3%
CMYK percentages
Cyan54.6%
Magenta19.7%
Yellow0.0%
Key (black)6.7%
Color previews
#6cbfee text on a black background
contrast 10.32:1
Card sample
#6cbfee text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cbfee;
Background color
Panel with #6cbfee background
background-color: #6cbfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cbfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 191, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 191, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cbfee; background: linear-gradient(135deg, #6cbfee, #6F6CEE);