#8cd4ba
a light, vivid green · cool · closest name: turquoise
RGB
140, 212, 186
HSL
158°, 46%, 69%
CMYK
34, 0, 12, 17
Luminance
0.5621
Every format
| HEX | #8cd4ba |
| RGB | rgb(140, 212, 186) |
| HSL | hsl(158, 46%, 69%) |
| CMYK | cmyk(34%, 0%, 12%, 17%) |
| LAB | lab(79.7 -28.1 5.8) |
| LCH | lch(79.7 28.7 168.4) |
| OKLCH | oklch(0.815 0.081 169.5) |
Copy-ready code
/* CSS */
color: #8cd4ba;
background-color: #8cd4ba;
/* Tailwind (arbitrary) */
class="text-[#8cd4ba] bg-[#8cd4ba]"
/* SCSS */
$brand: #8cd4ba;
/* SwiftUI */
Color(red: 0.549, green: 0.831, blue: 0.729)
/* Android */
Color.parseColor("#8cd4ba")Accessibility — WCAG contrast
Aa
#8cd4ba on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd4ba on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green83.1%
Blue72.9%
CMYK percentages
Cyan34.0%
Magenta0.0%
Yellow12.3%
Key (black)16.9%
Color previews
#8cd4ba text on a black background
contrast 12.24:1
Card sample
#8cd4ba text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd4ba;
Background color
Panel with #8cd4ba background
background-color: #8cd4ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd4ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 212, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 212, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd4ba; background: linear-gradient(135deg, #8cd4ba, #8CBED4);