#7ecafe
a light, electric blue · cool · closest name: skyblue
RGB
126, 202, 254
HSL
204°, 99%, 75%
CMYK
50, 21, 0, 0
Luminance
0.5383
Every format
| HEX | #7ecafe |
| RGB | rgb(126, 202, 254) |
| HSL | hsl(204, 99%, 75%) |
| CMYK | cmyk(50%, 21%, 0%, 0%) |
| LAB | lab(78.4 -9.7 -32.8) |
| LCH | lch(78.4 34.1 253.6) |
| OKLCH | oklch(0.809 0.106 239.8) |
Copy-ready code
/* CSS */
color: #7ecafe;
background-color: #7ecafe;
/* Tailwind (arbitrary) */
class="text-[#7ecafe] bg-[#7ecafe]"
/* SCSS */
$brand: #7ecafe;
/* SwiftUI */
Color(red: 0.494, green: 0.792, blue: 0.996)
/* Android */
Color.parseColor("#7ecafe")Accessibility — WCAG contrast
Aa
#7ecafe on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ecafe on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green79.2%
Blue99.6%
CMYK percentages
Cyan50.4%
Magenta20.5%
Yellow0.0%
Key (black)0.4%
Color previews
#7ecafe text on a black background
contrast 11.77:1
Card sample
#7ecafe text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ecafe;
Background color
Panel with #7ecafe background
background-color: #7ecafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ecafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 202, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 202, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ecafe; background: linear-gradient(135deg, #7ecafe, #877EFE);