#8cd9b9
a light, vivid green · cool · closest name: turquoise
RGB
140, 217, 185
HSL
155°, 50%, 70%
CMYK
36, 0, 15, 15
Luminance
0.5870
Every format
| HEX | #8cd9b9 |
| RGB | rgb(140, 217, 185) |
| HSL | hsl(155, 50%, 70%) |
| CMYK | cmyk(36%, 0%, 15%, 15%) |
| LAB | lab(81.1 -30.8 8.3) |
| LCH | lch(81.1 31.9 164.9) |
| OKLCH | oklch(0.826 0.089 166.1) |
Copy-ready code
/* CSS */
color: #8cd9b9;
background-color: #8cd9b9;
/* Tailwind (arbitrary) */
class="text-[#8cd9b9] bg-[#8cd9b9]"
/* SCSS */
$brand: #8cd9b9;
/* SwiftUI */
Color(red: 0.549, green: 0.851, blue: 0.725)
/* Android */
Color.parseColor("#8cd9b9")Accessibility — WCAG contrast
Aa
#8cd9b9 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd9b9 on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green85.1%
Blue72.5%
CMYK percentages
Cyan35.5%
Magenta0.0%
Yellow14.7%
Key (black)14.9%
Color previews
#8cd9b9 text on a black background
contrast 12.74:1
Card sample
#8cd9b9 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd9b9;
Background color
Panel with #8cd9b9 background
background-color: #8cd9b9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd9b9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 217, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 217, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd9b9; background: linear-gradient(135deg, #8cd9b9, #8CC6D9);