#7ecccc
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 204, 204
HSL
180°, 43%, 65%
CMYK
38, 0, 0, 20
Luminance
0.5198
Every format
| HEX | #7ecccc |
| RGB | rgb(126, 204, 204) |
| HSL | hsl(180, 43%, 65%) |
| CMYK | cmyk(38%, 0%, 0%, 20%) |
| LAB | lab(77.3 -23.9 -7.6) |
| LCH | lch(77.3 25.1 197.6) |
| OKLCH | oklch(0.795 0.077 195.7) |
Copy-ready code
/* CSS */
color: #7ecccc;
background-color: #7ecccc;
/* Tailwind (arbitrary) */
class="text-[#7ecccc] bg-[#7ecccc]"
/* SCSS */
$brand: #7ecccc;
/* SwiftUI */
Color(red: 0.494, green: 0.800, blue: 0.800)
/* Android */
Color.parseColor("#7ecccc")Accessibility — WCAG contrast
Aa
#7ecccc on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ecccc on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green80.0%
Blue80.0%
CMYK percentages
Cyan38.2%
Magenta0.0%
Yellow0.0%
Key (black)20.0%
Color previews
#7ecccc text on a black background
contrast 11.40:1
Card sample
#7ecccc text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ecccc;
Background color
Panel with #7ecccc background
background-color: #7ecccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ecccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 204, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 204, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ecccc; background: linear-gradient(135deg, #7ecccc, #7E98CC);