#8cd9bf
a light, vivid green · cool · closest name: turquoise
RGB
140, 217, 191
HSL
160°, 50%, 70%
CMYK
36, 0, 12, 15
Luminance
0.5896
Every format
| HEX | #8cd9bf |
| RGB | rgb(140, 217, 191) |
| HSL | hsl(160, 50%, 70%) |
| CMYK | cmyk(36%, 0%, 12%, 15%) |
| LAB | lab(81.3 -29.5 5.3) |
| LCH | lch(81.3 30.0 169.8) |
| OKLCH | oklch(0.828 0.085 170.8) |
Copy-ready code
/* CSS */
color: #8cd9bf;
background-color: #8cd9bf;
/* Tailwind (arbitrary) */
class="text-[#8cd9bf] bg-[#8cd9bf]"
/* SCSS */
$brand: #8cd9bf;
/* SwiftUI */
Color(red: 0.549, green: 0.851, blue: 0.749)
/* Android */
Color.parseColor("#8cd9bf")Accessibility — WCAG contrast
Aa
#8cd9bf on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd9bf on black: 12.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green85.1%
Blue74.9%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow12.0%
Key (black)14.9%
Color previews
#8cd9bf text on a black background
contrast 12.79:1
Card sample
#8cd9bf text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd9bf;
Background color
Panel with #8cd9bf background
background-color: #8cd9bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd9bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 217, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 217, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd9bf; background: linear-gradient(135deg, #8cd9bf, #8CC0D9);