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