#6dbbee
a light, electric blue · cool · closest name: skyblue
RGB
109, 187, 238
HSL
204°, 79%, 68%
CMYK
54, 21, 0, 7
Luminance
0.4496
Every format
| HEX | #6dbbee |
| RGB | rgb(109, 187, 238) |
| HSL | hsl(204, 79%, 68%) |
| CMYK | cmyk(54%, 21%, 0%, 7%) |
| LAB | lab(72.9 -9.9 -32.7) |
| LCH | lch(72.9 34.2 253.1) |
| OKLCH | oklch(0.762 0.107 238.9) |
Copy-ready code
/* CSS */
color: #6dbbee;
background-color: #6dbbee;
/* Tailwind (arbitrary) */
class="text-[#6dbbee] bg-[#6dbbee]"
/* SCSS */
$brand: #6dbbee;
/* SwiftUI */
Color(red: 0.427, green: 0.733, blue: 0.933)
/* Android */
Color.parseColor("#6dbbee")Accessibility — WCAG contrast
Aa
#6dbbee on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dbbee on black: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green73.3%
Blue93.3%
CMYK percentages
Cyan54.2%
Magenta21.4%
Yellow0.0%
Key (black)6.7%
Color previews
#6dbbee text on a black background
contrast 9.99:1
Card sample
#6dbbee text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dbbee;
Background color
Panel with #6dbbee background
background-color: #6dbbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dbbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 187, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 187, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dbbee; background: linear-gradient(135deg, #6dbbee, #756DEE);