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