#8cd5ba
a light, vivid green · cool · closest name: turquoise
RGB
140, 213, 186
HSL
158°, 47%, 69%
CMYK
34, 0, 13, 17
Luminance
0.5671
Every format
| HEX | #8cd5ba |
| RGB | rgb(140, 213, 186) |
| HSL | hsl(158, 47%, 69%) |
| CMYK | cmyk(34%, 0%, 13%, 17%) |
| LAB | lab(80.0 -28.6 6.2) |
| LCH | lch(80.0 29.3 167.9) |
| OKLCH | oklch(0.817 0.083 169.0) |
Copy-ready code
/* CSS */
color: #8cd5ba;
background-color: #8cd5ba;
/* Tailwind (arbitrary) */
class="text-[#8cd5ba] bg-[#8cd5ba]"
/* SCSS */
$brand: #8cd5ba;
/* SwiftUI */
Color(red: 0.549, green: 0.835, blue: 0.729)
/* Android */
Color.parseColor("#8cd5ba")Accessibility — WCAG contrast
Aa
#8cd5ba on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd5ba on black: 12.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green83.5%
Blue72.9%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow12.7%
Key (black)16.5%
Color previews
#8cd5ba text on a black background
contrast 12.34:1
Card sample
#8cd5ba text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd5ba;
Background color
Panel with #8cd5ba background
background-color: #8cd5ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd5ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 213, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 213, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd5ba; background: linear-gradient(135deg, #8cd5ba, #8CBFD5);