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