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