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