#7cdcbf
a light, vivid cyan · cool · closest name: turquoise
RGB
124, 220, 191
HSL
162°, 58%, 68%
CMYK
44, 0, 13, 14
Luminance
0.5923
Every format
| HEX | #7cdcbf |
| RGB | rgb(124, 220, 191) |
| HSL | hsl(162, 58%, 68%) |
| CMYK | cmyk(44%, 0%, 13%, 14%) |
| LAB | lab(81.4 -35.2 5.4) |
| LCH | lch(81.4 35.6 171.2) |
| OKLCH | oklch(0.827 0.101 172.1) |
Copy-ready code
/* CSS */
color: #7cdcbf;
background-color: #7cdcbf;
/* Tailwind (arbitrary) */
class="text-[#7cdcbf] bg-[#7cdcbf]"
/* SCSS */
$brand: #7cdcbf;
/* SwiftUI */
Color(red: 0.486, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#7cdcbf")Accessibility — WCAG contrast
Aa
#7cdcbf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7cdcbf on black: 12.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green86.3%
Blue74.9%
CMYK percentages
Cyan43.6%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#7cdcbf text on a black background
contrast 12.85:1
Card sample
#7cdcbf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7cdcbf;
Background color
Panel with #7cdcbf background
background-color: #7cdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7cdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7cdcbf; background: linear-gradient(135deg, #7cdcbf, #7CB9DC);