#7fd7bf
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 215, 191
HSL
164°, 52%, 67%
CMYK
41, 0, 11, 16
Luminance
0.5687
Every format
| HEX | #7fd7bf |
| RGB | rgb(127, 215, 191) |
| HSL | hsl(164, 52%, 67%) |
| CMYK | cmyk(41%, 0%, 11%, 16%) |
| LAB | lab(80.1 -32.0 3.6) |
| LCH | lch(80.1 32.3 173.7) |
| OKLCH | oklch(0.817 0.092 174.5) |
Copy-ready code
/* CSS */
color: #7fd7bf;
background-color: #7fd7bf;
/* Tailwind (arbitrary) */
class="text-[#7fd7bf] bg-[#7fd7bf]"
/* SCSS */
$brand: #7fd7bf;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.749)
/* Android */
Color.parseColor("#7fd7bf")Accessibility — WCAG contrast
Aa
#7fd7bf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd7bf on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue74.9%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow11.2%
Key (black)15.7%
Color previews
#7fd7bf text on a black background
contrast 12.37:1
Card sample
#7fd7bf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd7bf;
Background color
Panel with #7fd7bf background
background-color: #7fd7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd7bf; background: linear-gradient(135deg, #7fd7bf, #7FB4D7);