#7fdec8
a light, vivid cyan · cool · closest name: turquoise
RGB
127, 222, 200
HSL
166°, 59%, 68%
CMYK
43, 0, 10, 13
Luminance
0.6092
Every format
| HEX | #7fdec8 |
| RGB | rgb(127, 222, 200) |
| HSL | hsl(166, 59%, 68%) |
| CMYK | cmyk(43%, 0%, 10%, 13%) |
| LAB | lab(82.3 -33.3 2.0) |
| LCH | lch(82.3 33.4 176.5) |
| OKLCH | oklch(0.836 0.096 177.1) |
Copy-ready code
/* CSS */
color: #7fdec8;
background-color: #7fdec8;
/* Tailwind (arbitrary) */
class="text-[#7fdec8] bg-[#7fdec8]"
/* SCSS */
$brand: #7fdec8;
/* SwiftUI */
Color(red: 0.498, green: 0.871, blue: 0.784)
/* Android */
Color.parseColor("#7fdec8")Accessibility — WCAG contrast
Aa
#7fdec8 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fdec8 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green87.1%
Blue78.4%
CMYK percentages
Cyan42.8%
Magenta0.0%
Yellow9.9%
Key (black)12.9%
Color previews
#7fdec8 text on a black background
contrast 13.18:1
Card sample
#7fdec8 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fdec8;
Background color
Panel with #7fdec8 background
background-color: #7fdec8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fdec8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 222, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 222, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fdec8; background: linear-gradient(135deg, #7fdec8, #7FB5DE);