#7eccf0
a light, electric cyan · cool · closest name: skyblue
RGB
126, 204, 240
HSL
199°, 79%, 72%
CMYK
48, 15, 0, 6
Luminance
0.5391
Every format
| HEX | #7eccf0 |
| RGB | rgb(126, 204, 240) |
| HSL | hsl(199, 79%, 72%) |
| CMYK | cmyk(48%, 15%, 0%, 6%) |
| LAB | lab(78.4 -14.6 -25.2) |
| LCH | lch(78.4 29.1 239.9) |
| OKLCH | oklch(0.808 0.092 229.2) |
Copy-ready code
/* CSS */
color: #7eccf0;
background-color: #7eccf0;
/* Tailwind (arbitrary) */
class="text-[#7eccf0] bg-[#7eccf0]"
/* SCSS */
$brand: #7eccf0;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.941)
/* Android */
Color.parseColor("#7eccf0")Accessibility — WCAG contrast
Aa
#7eccf0 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eccf0 on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue94.1%
CMYK percentages
Cyan47.5%
Magenta15.0%
Yellow0.0%
Key (black)5.9%
Color previews
#7eccf0 text on a black background
contrast 11.78:1
Card sample
#7eccf0 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eccf0;
Background color
Panel with #7eccf0 background
background-color: #7eccf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eccf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eccf0; background: linear-gradient(135deg, #7eccf0, #7E80F0);