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