#8cd8cb
a light, vivid cyan · cool · closest name: turquoise
RGB
140, 216, 203
HSL
170°, 49%, 70%
CMYK
35, 0, 6, 15
Luminance
0.5900
Every format
| HEX | #8cd8cb |
| RGB | rgb(140, 216, 203) |
| HSL | hsl(170, 49%, 70%) |
| CMYK | cmyk(35%, 0%, 6%, 15%) |
| LAB | lab(81.3 -26.4 -1.0) |
| LCH | lch(81.3 26.4 182.3) |
| OKLCH | oklch(0.829 0.078 182.4) |
Copy-ready code
/* CSS */
color: #8cd8cb;
background-color: #8cd8cb;
/* Tailwind (arbitrary) */
class="text-[#8cd8cb] bg-[#8cd8cb]"
/* SCSS */
$brand: #8cd8cb;
/* SwiftUI */
Color(red: 0.549, green: 0.847, blue: 0.796)
/* Android */
Color.parseColor("#8cd8cb")Accessibility — WCAG contrast
Aa
#8cd8cb on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd8cb on black: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.7%
Blue79.6%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow6.0%
Key (black)15.3%
Color previews
#8cd8cb text on a black background
contrast 12.80:1
Card sample
#8cd8cb text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd8cb;
Background color
Panel with #8cd8cb background
background-color: #8cd8cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd8cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 216, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 216, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd8cb; background: linear-gradient(135deg, #8cd8cb, #8CB2D8);