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