#7ecccf
a light, vivid cyan · cool · closest name: skyblue
RGB
126, 204, 207
HSL
182°, 46%, 65%
CMYK
39, 1, 0, 19
Luminance
0.5213
Every format
| HEX | #7ecccf |
| RGB | rgb(126, 204, 207) |
| HSL | hsl(182, 46%, 65%) |
| CMYK | cmyk(39%, 1%, 0%, 19%) |
| LAB | lab(77.3 -23.2 -9.1) |
| LCH | lch(77.3 24.9 201.3) |
| OKLCH | oklch(0.796 0.077 198.9) |
Copy-ready code
/* CSS */
color: #7ecccf;
background-color: #7ecccf;
/* Tailwind (arbitrary) */
class="text-[#7ecccf] bg-[#7ecccf]"
/* SCSS */
$brand: #7ecccf;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.812)
/* Android */
Color.parseColor("#7ecccf")Accessibility — WCAG contrast
Aa
#7ecccf on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ecccf on black: 11.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue81.2%
CMYK percentages
Cyan39.1%
Magenta1.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7ecccf text on a black background
contrast 11.43:1
Card sample
#7ecccf text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ecccf;
Background color
Panel with #7ecccf background
background-color: #7ecccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ecccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ecccf; background: linear-gradient(135deg, #7ecccf, #7E96CF);