#7ebdfb
a light, electric blue · cool · closest name: skyblue
RGB
126, 189, 251
HSL
210°, 94%, 74%
CMYK
50, 25, 0, 2
Luminance
0.4780
Every format
| HEX | #7ebdfb |
| RGB | rgb(126, 189, 251) |
| HSL | hsl(210, 94%, 74%) |
| CMYK | cmyk(50%, 25%, 0%, 2%) |
| LAB | lab(74.7 -3.5 -36.8) |
| LCH | lch(74.7 37.0 264.5) |
| OKLCH | oklch(0.780 0.110 249.0) |
Copy-ready code
/* CSS */
color: #7ebdfb;
background-color: #7ebdfb;
/* Tailwind (arbitrary) */
class="text-[#7ebdfb] bg-[#7ebdfb]"
/* SCSS */
$brand: #7ebdfb;
/* SwiftUI */
Color(red: 0.494, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#7ebdfb")Accessibility — WCAG contrast
Aa
#7ebdfb on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ebdfb on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green74.1%
Blue98.4%
CMYK percentages
Cyan49.8%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#7ebdfb text on a black background
contrast 10.56:1
Card sample
#7ebdfb text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ebdfb;
Background color
Panel with #7ebdfb background
background-color: #7ebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ebdfb; background: linear-gradient(135deg, #7ebdfb, #927EFB);