#7fc0af
a balanced, soft cyan · cool · closest name: turquoise
RGB
127, 192, 175
HSL
164°, 34%, 63%
CMYK
34, 0, 9, 25
Luminance
0.4531
Every format
| HEX | #7fc0af |
| RGB | rgb(127, 192, 175) |
| HSL | hsl(164, 34%, 63%) |
| CMYK | cmyk(34%, 0%, 9%, 25%) |
| LAB | lab(73.1 -24.5 2.0) |
| LCH | lch(73.1 24.6 175.4) |
| OKLCH | oklch(0.759 0.071 176.0) |
Copy-ready code
/* CSS */
color: #7fc0af;
background-color: #7fc0af;
/* Tailwind (arbitrary) */
class="text-[#7fc0af] bg-[#7fc0af]"
/* SCSS */
$brand: #7fc0af;
/* SwiftUI */
Color(red: 0.498, green: 0.753, blue: 0.686)
/* Android */
Color.parseColor("#7fc0af")Accessibility — WCAG contrast
Aa
#7fc0af on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fc0af on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green75.3%
Blue68.6%
CMYK percentages
Cyan33.9%
Magenta0.0%
Yellow8.9%
Key (black)24.7%
Color previews
#7fc0af text on a black background
contrast 10.06:1
Card sample
#7fc0af text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fc0af;
Background color
Panel with #7fc0af background
background-color: #7fc0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fc0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 192, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 192, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fc0af; background: linear-gradient(135deg, #7fc0af, #7FA6C0);