#6abeee
a light, electric blue · cool · closest name: skyblue
RGB
106, 190, 238
HSL
202°, 80%, 68%
CMYK
56, 20, 0, 7
Luminance
0.4606
Every format
| HEX | #6abeee |
| RGB | rgb(106, 190, 238) |
| HSL | hsl(202, 80%, 68%) |
| CMYK | cmyk(56%, 20%, 0%, 7%) |
| LAB | lab(73.6 -12.1 -31.6) |
| LCH | lch(73.6 33.8 249.0) |
| OKLCH | oklch(0.767 0.107 235.5) |
Copy-ready code
/* CSS */
color: #6abeee;
background-color: #6abeee;
/* Tailwind (arbitrary) */
class="text-[#6abeee] bg-[#6abeee]"
/* SCSS */
$brand: #6abeee;
/* SwiftUI */
Color(red: 0.416, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#6abeee")Accessibility — WCAG contrast
Aa
#6abeee on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abeee on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.5%
Blue93.3%
CMYK percentages
Cyan55.5%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#6abeee text on a black background
contrast 10.21:1
Card sample
#6abeee text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abeee;
Background color
Panel with #6abeee background
background-color: #6abeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abeee; background: linear-gradient(135deg, #6abeee, #6E6AEE);