#7eccfd
a light, electric blue · cool · closest name: skyblue
RGB
126, 204, 253
HSL
203°, 97%, 74%
CMYK
50, 19, 0, 1
Luminance
0.5471
Every format
| HEX | #7eccfd |
| RGB | rgb(126, 204, 253) |
| HSL | hsl(203, 97%, 74%) |
| CMYK | cmyk(50%, 19%, 0%, 1%) |
| LAB | lab(78.9 -11.0 -31.4) |
| LCH | lch(78.9 33.3 250.7) |
| OKLCH | oklch(0.813 0.104 237.5) |
Copy-ready code
/* CSS */
color: #7eccfd;
background-color: #7eccfd;
/* Tailwind (arbitrary) */
class="text-[#7eccfd] bg-[#7eccfd]"
/* SCSS */
$brand: #7eccfd;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#7eccfd")Accessibility — WCAG contrast
Aa
#7eccfd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eccfd on black: 11.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue99.2%
CMYK percentages
Cyan50.2%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#7eccfd text on a black background
contrast 11.94:1
Card sample
#7eccfd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eccfd;
Background color
Panel with #7eccfd background
background-color: #7eccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eccfd; background: linear-gradient(135deg, #7eccfd, #857EFD);