#8cceb7
a light, soft green · cool · closest name: turquoise
RGB
140, 206, 183
HSL
159°, 40%, 68%
CMYK
32, 0, 11, 19
Luminance
0.5314
Every format
| HEX | #8cceb7 |
| RGB | rgb(140, 206, 183) |
| HSL | hsl(159, 40%, 68%) |
| CMYK | cmyk(32%, 0%, 11%, 19%) |
| LAB | lab(78.0 -25.9 4.8) |
| LCH | lch(78.0 26.3 169.5) |
| OKLCH | oklch(0.800 0.075 170.5) |
Copy-ready code
/* CSS */
color: #8cceb7;
background-color: #8cceb7;
/* Tailwind (arbitrary) */
class="text-[#8cceb7] bg-[#8cceb7]"
/* SCSS */
$brand: #8cceb7;
/* SwiftUI */
Color(red: 0.549, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#8cceb7")Accessibility — WCAG contrast
Aa
#8cceb7 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cceb7 on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.8%
Blue71.8%
CMYK percentages
Cyan32.0%
Magenta0.0%
Yellow11.2%
Key (black)19.2%
Color previews
#8cceb7 text on a black background
contrast 11.63:1
Card sample
#8cceb7 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cceb7;
Background color
Panel with #8cceb7 background
background-color: #8cceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cceb7; background: linear-gradient(135deg, #8cceb7, #8CB9CE);