#7eccdf
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 204, 223
HSL
192°, 60%, 68%
CMYK
44, 9, 0, 13
Luminance
0.5295
Every format
| HEX | #7eccdf |
| RGB | rgb(126, 204, 223) |
| HSL | hsl(192, 60%, 68%) |
| CMYK | cmyk(44%, 9%, 0%, 13%) |
| LAB | lab(77.8 -19.1 -16.9) |
| LCH | lch(77.8 25.6 221.5) |
| OKLCH | oklch(0.801 0.081 215.0) |
Copy-ready code
/* CSS */
color: #7eccdf;
background-color: #7eccdf;
/* Tailwind (arbitrary) */
class="text-[#7eccdf] bg-[#7eccdf]"
/* SCSS */
$brand: #7eccdf;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#7eccdf")Accessibility — WCAG contrast
Aa
#7eccdf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7eccdf on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue87.5%
CMYK percentages
Cyan43.5%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#7eccdf text on a black background
contrast 11.59:1
Card sample
#7eccdf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7eccdf;
Background color
Panel with #7eccdf background
background-color: #7eccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7eccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7eccdf; background: linear-gradient(135deg, #7eccdf, #7E8BDF);