#8cd8ba
a light, vivid green · cool · closest name: turquoise
RGB
140, 216, 186
HSL
156°, 49%, 70%
CMYK
35, 0, 14, 15
Luminance
0.5823
Every format
| HEX | #8cd8ba |
| RGB | rgb(140, 216, 186) |
| HSL | hsl(156, 49%, 70%) |
| CMYK | cmyk(35%, 0%, 14%, 15%) |
| LAB | lab(80.9 -30.1 7.4) |
| LCH | lch(80.9 31.0 166.2) |
| OKLCH | oklch(0.824 0.087 167.4) |
Copy-ready code
/* CSS */
color: #8cd8ba;
background-color: #8cd8ba;
/* Tailwind (arbitrary) */
class="text-[#8cd8ba] bg-[#8cd8ba]"
/* SCSS */
$brand: #8cd8ba;
/* SwiftUI */
Color(red: 0.549, green: 0.847, blue: 0.729)
/* Android */
Color.parseColor("#8cd8ba")Accessibility — WCAG contrast
Aa
#8cd8ba on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cd8ba on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green84.7%
Blue72.9%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow13.9%
Key (black)15.3%
Color previews
#8cd8ba text on a black background
contrast 12.65:1
Card sample
#8cd8ba text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cd8ba;
Background color
Panel with #8cd8ba background
background-color: #8cd8ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cd8ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 216, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 216, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cd8ba; background: linear-gradient(135deg, #8cd8ba, #8CC3D8);