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