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