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