#7ec4cd
a balanced, soft cyan · cool · closest name: skyblue
RGB
126, 196, 205
HSL
187°, 44%, 65%
CMYK
39, 4, 0, 20
Luminance
0.4832
Every format
| HEX | #7ec4cd |
| RGB | rgb(126, 196, 205) |
| HSL | hsl(187, 44%, 65%) |
| CMYK | cmyk(39%, 4%, 0%, 20%) |
| LAB | lab(75.0 -19.7 -11.5) |
| LCH | lch(75.0 22.8 210.2) |
| OKLCH | oklch(0.777 0.071 206.1) |
Copy-ready code
/* CSS */
color: #7ec4cd;
background-color: #7ec4cd;
/* Tailwind (arbitrary) */
class="text-[#7ec4cd] bg-[#7ec4cd]"
/* SCSS */
$brand: #7ec4cd;
/* SwiftUI */
Color(red: 0.494, green: 0.769, blue: 0.804)
/* Android */
Color.parseColor("#7ec4cd")Accessibility — WCAG contrast
Aa
#7ec4cd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ec4cd on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.4%
Green76.9%
Blue80.4%
CMYK percentages
Cyan38.5%
Magenta4.4%
Yellow0.0%
Key (black)19.6%
Color previews
#7ec4cd text on a black background
contrast 10.66:1
Card sample
#7ec4cd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ec4cd;
Background color
Panel with #7ec4cd background
background-color: #7ec4cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ec4cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(126, 196, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(126, 196, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ec4cd; background: linear-gradient(135deg, #7ec4cd, #7E8FCD);