#7fcdaf
a light, soft green · cool · closest name: turquoise
RGB
127, 205, 175
HSL
157°, 44%, 65%
CMYK
38, 0, 15, 20
Luminance
0.5127
Every format
| HEX | #7fcdaf |
| RGB | rgb(127, 205, 175) |
| HSL | hsl(157, 44%, 65%) |
| CMYK | cmyk(38%, 0%, 15%, 20%) |
| LAB | lab(76.8 -30.8 7.4) |
| LCH | lch(76.8 31.7 166.5) |
| OKLCH | oklch(0.789 0.089 167.6) |
Copy-ready code
/* CSS */
color: #7fcdaf;
background-color: #7fcdaf;
/* Tailwind (arbitrary) */
class="text-[#7fcdaf] bg-[#7fcdaf]"
/* SCSS */
$brand: #7fcdaf;
/* SwiftUI */
Color(red: 0.498, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#7fcdaf")Accessibility — WCAG contrast
Aa
#7fcdaf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcdaf on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.4%
Blue68.6%
CMYK percentages
Cyan38.0%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#7fcdaf text on a black background
contrast 11.25:1
Card sample
#7fcdaf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcdaf;
Background color
Panel with #7fcdaf background
background-color: #7fcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcdaf; background: linear-gradient(135deg, #7fcdaf, #7FB7CD);