#8cd7cb
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 215, 203
HSL
170°, 48%, 70%
CMYK
35, 0, 6, 16
Luminance
0.5849
Every format
| HEX | #8cd7cb |
| RGB | rgb(140, 215, 203) |
| HSL | hsl(170, 48%, 70%) |
| CMYK | cmyk(35%, 0%, 6%, 16%) |
| LAB | lab(81.0 -25.9 -1.5) |
| LCH | lch(81.0 25.9 183.2) |
| OKLCH | oklch(0.827 0.077 183.2) |
Copy-ready code
/* CSS */
color: #8cd7cb;
background-color: #8cd7cb;
/* Tailwind (arbitrary) */
class="text-[#8cd7cb] bg-[#8cd7cb]"
/* SCSS */
$brand: #8cd7cb;
/* SwiftUI */
Color(red: 0.549, green: 0.843, blue: 0.796)
/* Android */
Color.parseColor("#8cd7cb")Accessibility — WCAG contrast
Aa
#8cd7cb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd7cb on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.3%
Blue79.6%
CMYK percentages
Cyan34.9%
Magenta0.0%
Yellow5.6%
Key (black)15.7%
Color previews
#8cd7cb text on a black background
contrast 12.70:1
Card sample
#8cd7cb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd7cb;
Background color
Panel with #8cd7cb background
background-color: #8cd7cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd7cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 215, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 215, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd7cb; background: linear-gradient(135deg, #8cd7cb, #8CB1D7);