#7fccc6
a balanced, soft cyan · cool · closest name: turquoise
RGB
127, 204, 198
HSL
175°, 43%, 65%
CMYK
38, 0, 3, 20
Luminance
0.5177
Every format
| HEX | #7fccc6 |
| RGB | rgb(127, 204, 198) |
| HSL | hsl(175, 43%, 65%) |
| CMYK | cmyk(38%, 0%, 3%, 20%) |
| LAB | lab(77.1 -25.1 -4.5) |
| LCH | lch(77.1 25.5 190.2) |
| OKLCH | oklch(0.794 0.077 189.4) |
Copy-ready code
/* CSS */
color: #7fccc6;
background-color: #7fccc6;
/* Tailwind (arbitrary) */
class="text-[#7fccc6] bg-[#7fccc6]"
/* SCSS */
$brand: #7fccc6;
/* SwiftUI */
Color(red: 0.498, green: 0.800, blue: 0.776)
/* Android */
Color.parseColor("#7fccc6")Accessibility — WCAG contrast
Aa
#7fccc6 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fccc6 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.0%
Blue77.6%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow2.9%
Key (black)20.0%
Color previews
#7fccc6 text on a black background
contrast 11.35:1
Card sample
#7fccc6 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fccc6;
Background color
Panel with #7fccc6 background
background-color: #7fccc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fccc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 204, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 204, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fccc6; background: linear-gradient(135deg, #7fccc6, #7F9FCC);