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