#6db3eb
a light, electric blue · cool · closest name: skyblue
RGB
109, 179, 235
HSL
207°, 76%, 68%
CMYK
54, 24, 0, 8
Luminance
0.4149
Every format
| HEX | #6db3eb |
| RGB | rgb(109, 179, 235) |
| HSL | hsl(207, 76%, 68%) |
| CMYK | cmyk(54%, 24%, 0%, 8%) |
| LAB | lab(70.5 -6.5 -34.7) |
| LCH | lch(70.5 35.3 259.5) |
| OKLCH | oklch(0.743 0.108 244.1) |
Copy-ready code
/* CSS */
color: #6db3eb;
background-color: #6db3eb;
/* Tailwind (arbitrary) */
class="text-[#6db3eb] bg-[#6db3eb]"
/* SCSS */
$brand: #6db3eb;
/* SwiftUI */
Color(red: 0.427, green: 0.702, blue: 0.922)
/* Android */
Color.parseColor("#6db3eb")Accessibility — WCAG contrast
Aa
#6db3eb on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6db3eb on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green70.2%
Blue92.2%
CMYK percentages
Cyan53.6%
Magenta23.8%
Yellow0.0%
Key (black)7.8%
Color previews
#6db3eb text on a black background
contrast 9.30:1
Card sample
#6db3eb text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6db3eb;
Background color
Panel with #6db3eb background
background-color: #6db3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6db3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 179, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 179, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6db3eb; background: linear-gradient(135deg, #6db3eb, #7B6DEB);