#7fcfba
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 207, 186
HSL
164°, 46%, 66%
CMYK
39, 0, 10, 19
Luminance
0.5268
Every format
| HEX | #7fcfba |
| RGB | rgb(127, 207, 186) |
| HSL | hsl(164, 46%, 66%) |
| CMYK | cmyk(39%, 0%, 10%, 19%) |
| LAB | lab(77.7 -29.4 2.7) |
| LCH | lch(77.7 29.5 174.7) |
| OKLCH | oklch(0.797 0.085 175.4) |
Copy-ready code
/* CSS */
color: #7fcfba;
background-color: #7fcfba;
/* Tailwind (arbitrary) */
class="text-[#7fcfba] bg-[#7fcfba]"
/* SCSS */
$brand: #7fcfba;
/* SwiftUI */
Color(red: 0.498, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#7fcfba")Accessibility — WCAG contrast
Aa
#7fcfba on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcfba on black: 11.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green81.2%
Blue72.9%
CMYK percentages
Cyan38.6%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#7fcfba text on a black background
contrast 11.54:1
Card sample
#7fcfba text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcfba;
Background color
Panel with #7fcfba background
background-color: #7fcfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcfba; background: linear-gradient(135deg, #7fcfba, #7FAFCF);