#8cdcbf
a light, vivid green · cool · closest name: turquoise
RGB
140, 220, 191
HSL
158°, 53%, 71%
CMYK
36, 0, 13, 14
Luminance
0.6052
Every format
| HEX | #8cdcbf |
| RGB | rgb(140, 220, 191) |
| HSL | hsl(158, 53%, 71%) |
| CMYK | cmyk(36%, 0%, 13%, 14%) |
| LAB | lab(82.1 -30.9 6.5) |
| LCH | lch(82.1 31.6 168.1) |
| OKLCH | oklch(0.835 0.089 169.2) |
Copy-ready code
/* CSS */
color: #8cdcbf;
background-color: #8cdcbf;
/* Tailwind (arbitrary) */
class="text-[#8cdcbf] bg-[#8cdcbf]"
/* SCSS */
$brand: #8cdcbf;
/* SwiftUI */
Color(red: 0.549, green: 0.863, blue: 0.749)
/* Android */
Color.parseColor("#8cdcbf")Accessibility — WCAG contrast
Aa
#8cdcbf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cdcbf on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green86.3%
Blue74.9%
CMYK percentages
Cyan36.4%
Magenta0.0%
Yellow13.2%
Key (black)13.7%
Color previews
#8cdcbf text on a black background
contrast 13.10:1
Card sample
#8cdcbf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cdcbf;
Background color
Panel with #8cdcbf background
background-color: #8cdcbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cdcbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 220, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 220, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cdcbf; background: linear-gradient(135deg, #8cdcbf, #8CC4DC);