#6ebdfe
a light, electric blue · cool · closest name: skyblue
RGB
110, 189, 254
HSL
207°, 99%, 71%
CMYK
57, 26, 0, 0
Luminance
0.4687
Every format
| HEX | #6ebdfe |
| RGB | rgb(110, 189, 254) |
| HSL | hsl(207, 99%, 71%) |
| CMYK | cmyk(57%, 26%, 0%, 0%) |
| LAB | lab(74.1 -6.0 -39.4) |
| LCH | lch(74.1 39.9 261.4) |
| OKLCH | oklch(0.774 0.122 245.1) |
Copy-ready code
/* CSS */
color: #6ebdfe;
background-color: #6ebdfe;
/* Tailwind (arbitrary) */
class="text-[#6ebdfe] bg-[#6ebdfe]"
/* SCSS */
$brand: #6ebdfe;
/* SwiftUI */
Color(red: 0.431, green: 0.741, blue: 0.996)
/* Android */
Color.parseColor("#6ebdfe")Accessibility — WCAG contrast
Aa
#6ebdfe on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ebdfe on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green74.1%
Blue99.6%
CMYK percentages
Cyan56.7%
Magenta25.6%
Yellow0.0%
Key (black)0.4%
Color previews
#6ebdfe text on a black background
contrast 10.37:1
Card sample
#6ebdfe text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ebdfe;
Background color
Panel with #6ebdfe background
background-color: #6ebdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ebdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 189, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 189, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ebdfe; background: linear-gradient(135deg, #6ebdfe, #7F6EFE);