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