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