#6bbaeb
a light, electric blue · cool · closest name: skyblue
RGB
107, 186, 235
HSL
203°, 76%, 67%
CMYK
55, 21, 0, 8
Luminance
0.4424
Every format
| HEX | #6bbaeb |
| RGB | rgb(107, 186, 235) |
| HSL | hsl(203, 76%, 67%) |
| CMYK | cmyk(55%, 21%, 0%, 8%) |
| LAB | lab(72.4 -10.7 -31.8) |
| LCH | lch(72.4 33.6 251.5) |
| OKLCH | oklch(0.757 0.105 237.6) |
Copy-ready code
/* CSS */
color: #6bbaeb;
background-color: #6bbaeb;
/* Tailwind (arbitrary) */
class="text-[#6bbaeb] bg-[#6bbaeb]"
/* SCSS */
$brand: #6bbaeb;
/* SwiftUI */
Color(red: 0.420, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#6bbaeb")Accessibility — WCAG contrast
Aa
#6bbaeb on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bbaeb on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green72.9%
Blue92.2%
CMYK percentages
Cyan54.5%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#6bbaeb text on a black background
contrast 9.85:1
Card sample
#6bbaeb text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bbaeb;
Background color
Panel with #6bbaeb background
background-color: #6bbaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bbaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bbaeb; background: linear-gradient(135deg, #6bbaeb, #726BEB);