#8cddcf
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 221, 207
HSL
170°, 54%, 71%
CMYK
37, 0, 6, 13
Luminance
0.6179
Every format
| HEX | #8cddcf |
| RGB | rgb(140, 221, 207) |
| HSL | hsl(170, 54%, 71%) |
| CMYK | cmyk(37%, 0%, 6%, 13%) |
| LAB | lab(82.8 -27.9 -1.0) |
| LCH | lch(82.8 27.9 182.0) |
| OKLCH | oklch(0.841 0.082 182.1) |
Copy-ready code
/* CSS */
color: #8cddcf;
background-color: #8cddcf;
/* Tailwind (arbitrary) */
class="text-[#8cddcf] bg-[#8cddcf]"
/* SCSS */
$brand: #8cddcf;
/* SwiftUI */
Color(red: 0.549, green: 0.867, blue: 0.812)
/* Android */
Color.parseColor("#8cddcf")Accessibility — WCAG contrast
Aa
#8cddcf on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cddcf on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.7%
Blue81.2%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow6.3%
Key (black)13.3%
Color previews
#8cddcf text on a black background
contrast 13.36:1
Card sample
#8cddcf text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cddcf;
Background color
Panel with #8cddcf background
background-color: #8cddcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cddcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 221, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 221, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cddcf; background: linear-gradient(135deg, #8cddcf, #8CB5DD);