#6db6eb
a light, electric blue · cool · closest name: skyblue
RGB
109, 182, 235
HSL
205°, 76%, 68%
CMYK
54, 23, 0, 8
Luminance
0.4271
Every format
| HEX | #6db6eb |
| RGB | rgb(109, 182, 235) |
| HSL | hsl(205, 76%, 68%) |
| CMYK | cmyk(54%, 23%, 0%, 8%) |
| LAB | lab(71.3 -8.1 -33.4) |
| LCH | lch(71.3 34.4 256.4) |
| OKLCH | oklch(0.749 0.106 241.6) |
Copy-ready code
/* CSS */
color: #6db6eb;
background-color: #6db6eb;
/* Tailwind (arbitrary) */
class="text-[#6db6eb] bg-[#6db6eb]"
/* SCSS */
$brand: #6db6eb;
/* SwiftUI */
Color(red: 0.427, green: 0.714, blue: 0.922)
/* Android */
Color.parseColor("#6db6eb")Accessibility — WCAG contrast
Aa
#6db6eb on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6db6eb on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green71.4%
Blue92.2%
CMYK percentages
Cyan53.6%
Magenta22.6%
Yellow0.0%
Key (black)7.8%
Color previews
#6db6eb text on a black background
contrast 9.54:1
Card sample
#6db6eb text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6db6eb;
Background color
Panel with #6db6eb background
background-color: #6db6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6db6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 182, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 182, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6db6eb; background: linear-gradient(135deg, #6db6eb, #786DEB);