#8cccac
a light, soft green · cool · closest name: turquoise
RGB
140, 204, 172
HSL
150°, 39%, 68%
CMYK
31, 0, 16, 20
Luminance
0.5174
Every format
| HEX | #8cccac |
| RGB | rgb(140, 204, 172) |
| HSL | hsl(150, 39%, 68%) |
| CMYK | cmyk(31%, 0%, 16%, 20%) |
| LAB | lab(77.1 -27.2 9.5) |
| LCH | lch(77.1 28.8 160.7) |
| OKLCH | oklch(0.793 0.080 162.1) |
Copy-ready code
/* CSS */
color: #8cccac;
background-color: #8cccac;
/* Tailwind (arbitrary) */
class="text-[#8cccac] bg-[#8cccac]"
/* SCSS */
$brand: #8cccac;
/* SwiftUI */
Color(red: 0.549, green: 0.800, blue: 0.675)
/* Android */
Color.parseColor("#8cccac")Accessibility — WCAG contrast
Aa
#8cccac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cccac on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green80.0%
Blue67.5%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow15.7%
Key (black)20.0%
Color previews
#8cccac text on a black background
contrast 11.35:1
Card sample
#8cccac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cccac;
Background color
Panel with #8cccac background
background-color: #8cccac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cccac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 204, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 204, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cccac; background: linear-gradient(135deg, #8cccac, #8CC1CC);