#7fd7bc
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 215, 188
HSL
162°, 52%, 67%
CMYK
41, 0, 13, 16
Luminance
0.5674
Every format
| HEX | #7fd7bc |
| RGB | rgb(127, 215, 188) |
| HSL | hsl(162, 52%, 67%) |
| CMYK | cmyk(41%, 0%, 13%, 16%) |
| LAB | lab(80.0 -32.7 5.0) |
| LCH | lch(80.0 33.1 171.2) |
| OKLCH | oklch(0.816 0.094 172.2) |
Copy-ready code
/* CSS */
color: #7fd7bc;
background-color: #7fd7bc;
/* Tailwind (arbitrary) */
class="text-[#7fd7bc] bg-[#7fd7bc]"
/* SCSS */
$brand: #7fd7bc;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.737)
/* Android */
Color.parseColor("#7fd7bc")Accessibility — WCAG contrast
Aa
#7fd7bc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd7bc on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue73.7%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow12.6%
Key (black)15.7%
Color previews
#7fd7bc text on a black background
contrast 12.35:1
Card sample
#7fd7bc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd7bc;
Background color
Panel with #7fd7bc background
background-color: #7fd7bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd7bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd7bc; background: linear-gradient(135deg, #7fd7bc, #7FB7D7);