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