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