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