#7fd5ce
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 213, 206
HSL
175°, 51%, 67%
CMYK
40, 0, 3, 17
Luminance
0.5656
Every format
| HEX | #7fd5ce |
| RGB | rgb(127, 213, 206) |
| HSL | hsl(175, 51%, 67%) |
| CMYK | cmyk(40%, 0%, 3%, 17%) |
| LAB | lab(79.9 -27.6 -4.7) |
| LCH | lch(79.9 28.0 189.7) |
| OKLCH | oklch(0.817 0.084 189.0) |
Copy-ready code
/* CSS */
color: #7fd5ce;
background-color: #7fd5ce;
/* Tailwind (arbitrary) */
class="text-[#7fd5ce] bg-[#7fd5ce]"
/* SCSS */
$brand: #7fd5ce;
/* SwiftUI */
Color(red: 0.498, green: 0.835, blue: 0.808)
/* Android */
Color.parseColor("#7fd5ce")Accessibility — WCAG contrast
Aa
#7fd5ce on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd5ce on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green83.5%
Blue80.8%
CMYK percentages
Cyan40.4%
Magenta0.0%
Yellow3.3%
Key (black)16.5%
Color previews
#7fd5ce text on a black background
contrast 12.31:1
Card sample
#7fd5ce text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd5ce;
Background color
Panel with #7fd5ce background
background-color: #7fd5ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd5ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 213, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 213, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd5ce; background: linear-gradient(135deg, #7fd5ce, #7FA3D5);