#7ecce2
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 204, 226
HSL
193°, 63%, 69%
CMYK
44, 10, 0, 11
Luminance
0.5311
Every format
| HEX | #7ecce2 |
| RGB | rgb(126, 204, 226) |
| HSL | hsl(193, 63%, 69%) |
| CMYK | cmyk(44%, 10%, 0%, 11%) |
| LAB | lab(77.9 -18.4 -18.4) |
| LCH | lch(77.9 26.0 225.1) |
| OKLCH | oklch(0.803 0.083 217.8) |
Copy-ready code
/* CSS */
color: #7ecce2;
background-color: #7ecce2;
/* Tailwind (arbitrary) */
class="text-[#7ecce2] bg-[#7ecce2]"
/* SCSS */
$brand: #7ecce2;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.886)
/* Android */
Color.parseColor("#7ecce2")Accessibility — WCAG contrast
Aa
#7ecce2 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ecce2 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue88.6%
CMYK percentages
Cyan44.2%
Magenta9.7%
Yellow0.0%
Key (black)11.4%
Color previews
#7ecce2 text on a black background
contrast 11.62:1
Card sample
#7ecce2 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ecce2;
Background color
Panel with #7ecce2 background
background-color: #7ecce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ecce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ecce2; background: linear-gradient(135deg, #7ecce2, #7E89E2);