#7fd1ce
a light, vivid cyan · cool · closest name: skyblue
RGB
127, 209, 206
HSL
178°, 47%, 66%
CMYK
39, 0, 1, 18
Luminance
0.5457
Every format
| HEX | #7fd1ce |
| RGB | rgb(127, 209, 206) |
| HSL | hsl(178, 47%, 66%) |
| CMYK | cmyk(39%, 0%, 1%, 18%) |
| LAB | lab(78.8 -25.7 -6.4) |
| LCH | lch(78.8 26.4 194.0) |
| OKLCH | oklch(0.807 0.081 192.7) |
Copy-ready code
/* CSS */
color: #7fd1ce;
background-color: #7fd1ce;
/* Tailwind (arbitrary) */
class="text-[#7fd1ce] bg-[#7fd1ce]"
/* SCSS */
$brand: #7fd1ce;
/* SwiftUI */
Color(red: 0.498, green: 0.820, blue: 0.808)
/* Android */
Color.parseColor("#7fd1ce")Accessibility — WCAG contrast
Aa
#7fd1ce on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd1ce on black: 11.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green82.0%
Blue80.8%
CMYK percentages
Cyan39.2%
Magenta0.0%
Yellow1.4%
Key (black)18.0%
Color previews
#7fd1ce text on a black background
contrast 11.91:1
Card sample
#7fd1ce text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd1ce;
Background color
Panel with #7fd1ce background
background-color: #7fd1ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd1ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 209, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 209, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd1ce; background: linear-gradient(135deg, #7fd1ce, #7F9DD1);