#7eccfb
a light, electric blue · cool · closest name: skyblue
RGB
126, 204, 251
HSL
203°, 94%, 74%
CMYK
50, 19, 0, 2
Luminance
0.5459
Every format
| HEX | #7eccfb |
| RGB | rgb(126, 204, 251) |
| HSL | hsl(203, 94%, 74%) |
| CMYK | cmyk(50%, 19%, 0%, 2%) |
| LAB | lab(78.8 -11.6 -30.5) |
| LCH | lch(78.8 32.6 249.3) |
| OKLCH | oklch(0.812 0.102 236.4) |
Copy-ready code
/* CSS */
color: #7eccfb;
background-color: #7eccfb;
/* Tailwind (arbitrary) */
class="text-[#7eccfb] bg-[#7eccfb]"
/* SCSS */
$brand: #7eccfb;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#7eccfb")Accessibility — WCAG contrast
Aa
#7eccfb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eccfb on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue98.4%
CMYK percentages
Cyan49.8%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#7eccfb text on a black background
contrast 11.92:1
Card sample
#7eccfb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eccfb;
Background color
Panel with #7eccfb background
background-color: #7eccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eccfb; background: linear-gradient(135deg, #7eccfb, #837EFB);