#6ebdfb
a light, electric blue · cool · closest name: skyblue
RGB
110, 189, 251
HSL
206°, 95%, 71%
CMYK
56, 25, 0, 2
Luminance
0.4668
Every format
| HEX | #6ebdfb |
| RGB | rgb(110, 189, 251) |
| HSL | hsl(206, 95%, 71%) |
| CMYK | cmyk(56%, 25%, 0%, 2%) |
| LAB | lab(74.0 -6.9 -38.0) |
| LCH | lch(74.0 38.6 259.7) |
| OKLCH | oklch(0.772 0.119 243.9) |
Copy-ready code
/* CSS */
color: #6ebdfb;
background-color: #6ebdfb;
/* Tailwind (arbitrary) */
class="text-[#6ebdfb] bg-[#6ebdfb]"
/* SCSS */
$brand: #6ebdfb;
/* SwiftUI */
Color(red: 0.431, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#6ebdfb")Accessibility — WCAG contrast
Aa
#6ebdfb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebdfb on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.1%
Blue98.4%
CMYK percentages
Cyan56.2%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#6ebdfb text on a black background
contrast 10.34:1
Card sample
#6ebdfb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebdfb;
Background color
Panel with #6ebdfb background
background-color: #6ebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebdfb; background: linear-gradient(135deg, #6ebdfb, #7D6EFB);