#7cdecf
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 222, 207
HSL
171°, 60%, 68%
CMYK
44, 0, 7, 13
Luminance
0.6103
Every format
| HEX | #7cdecf |
| RGB | rgb(124, 222, 207) |
| HSL | hsl(171, 60%, 68%) |
| CMYK | cmyk(44%, 0%, 7%, 13%) |
| LAB | lab(82.4 -32.4 -1.6) |
| LCH | lch(82.4 32.5 182.9) |
| OKLCH | oklch(0.836 0.096 182.9) |
Copy-ready code
/* CSS */
color: #7cdecf;
background-color: #7cdecf;
/* Tailwind (arbitrary) */
class="text-[#7cdecf] bg-[#7cdecf]"
/* SCSS */
$brand: #7cdecf;
/* SwiftUI */
Color(red: 0.486, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#7cdecf")Accessibility — WCAG contrast
Aa
#7cdecf on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdecf on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green87.1%
Blue81.2%
CMYK percentages
Cyan44.1%
Magenta0.0%
Yellow6.8%
Key (black)12.9%
Color previews
#7cdecf text on a black background
contrast 13.21:1
Card sample
#7cdecf text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdecf;
Background color
Panel with #7cdecf background
background-color: #7cdecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdecf; background: linear-gradient(135deg, #7cdecf, #7CACDE);