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