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