#6ab3eb
a light, electric blue · cool · closest name: skyblue
RGB
106, 179, 235
HSL
206°, 76%, 67%
CMYK
55, 24, 0, 8
Luminance
0.4130
Every format
| HEX | #6ab3eb |
| RGB | rgb(106, 179, 235) |
| HSL | hsl(206, 76%, 67%) |
| CMYK | cmyk(55%, 24%, 0%, 8%) |
| LAB | lab(70.4 -7.1 -34.9) |
| LCH | lch(70.4 35.6 258.5) |
| OKLCH | oklch(0.741 0.110 243.2) |
Copy-ready code
/* CSS */
color: #6ab3eb;
background-color: #6ab3eb;
/* Tailwind (arbitrary) */
class="text-[#6ab3eb] bg-[#6ab3eb]"
/* SCSS */
$brand: #6ab3eb;
/* SwiftUI */
Color(red: 0.416, green: 0.702, blue: 0.922)
/* Android */
Color.parseColor("#6ab3eb")Accessibility — WCAG contrast
Aa
#6ab3eb on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ab3eb on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green70.2%
Blue92.2%
CMYK percentages
Cyan54.9%
Magenta23.8%
Yellow0.0%
Key (black)7.8%
Color previews
#6ab3eb text on a black background
contrast 9.26:1
Card sample
#6ab3eb text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ab3eb;
Background color
Panel with #6ab3eb background
background-color: #6ab3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ab3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 179, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 179, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ab3eb; background: linear-gradient(135deg, #6ab3eb, #776AEB);