#7fdccf
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 220, 207
HSL
172°, 57%, 68%
CMYK
42, 0, 6, 14
Luminance
0.6020
Every format
| HEX | #7fdccf |
| RGB | rgb(127, 220, 207) |
| HSL | hsl(172, 57%, 68%) |
| CMYK | cmyk(42%, 0%, 6%, 14%) |
| LAB | lab(82.0 -30.8 -2.3) |
| LCH | lch(82.0 30.8 184.2) |
| OKLCH | oklch(0.833 0.091 184.2) |
Copy-ready code
/* CSS */
color: #7fdccf;
background-color: #7fdccf;
/* Tailwind (arbitrary) */
class="text-[#7fdccf] bg-[#7fdccf]"
/* SCSS */
$brand: #7fdccf;
/* SwiftUI */
Color(red: 0.498, green: 0.863, blue: 0.812)
/* Android */
Color.parseColor("#7fdccf")Accessibility — WCAG contrast
Aa
#7fdccf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdccf on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green86.3%
Blue81.2%
CMYK percentages
Cyan42.3%
Magenta0.0%
Yellow5.9%
Key (black)13.7%
Color previews
#7fdccf text on a black background
contrast 13.04:1
Card sample
#7fdccf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdccf;
Background color
Panel with #7fdccf background
background-color: #7fdccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 220, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 220, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdccf; background: linear-gradient(135deg, #7fdccf, #7FABDC);