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