#7eccff
a light, electric blue · cool · closest name: skyblue
RGB
126, 204, 255
HSL
204°, 100%, 75%
CMYK
51, 20, 0, 0
Luminance
0.5484
Every format
| HEX | #7eccff |
| RGB | rgb(126, 204, 255) |
| HSL | hsl(204, 100%, 75%) |
| CMYK | cmyk(51%, 20%, 0%, 0%) |
| LAB | lab(79.0 -10.4 -32.4) |
| LCH | lch(79.0 34.0 252.2) |
| OKLCH | oklch(0.814 0.106 238.6) |
Copy-ready code
/* CSS */
color: #7eccff;
background-color: #7eccff;
/* Tailwind (arbitrary) */
class="text-[#7eccff] bg-[#7eccff]"
/* SCSS */
$brand: #7eccff;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#7eccff")Accessibility — WCAG contrast
Aa
#7eccff on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eccff on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue100.0%
CMYK percentages
Cyan50.6%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#7eccff text on a black background
contrast 11.97:1
Card sample
#7eccff text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eccff;
Background color
Panel with #7eccff background
background-color: #7eccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eccff; background: linear-gradient(135deg, #7eccff, #867EFF);