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