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