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