#8fd0ad
a light, soft green · cool · closest name: turquoise
RGB
143, 208, 173
HSL
148°, 41%, 69%
CMYK
31, 0, 17, 18
Luminance
0.5397
Every format
| HEX | #8fd0ad |
| RGB | rgb(143, 208, 173) |
| HSL | hsl(148, 41%, 69%) |
| CMYK | cmyk(31%, 0%, 17%, 18%) |
| LAB | lab(78.4 -28.0 10.9) |
| LCH | lch(78.4 30.0 158.8) |
| OKLCH | oklch(0.804 0.083 160.3) |
Copy-ready code
/* CSS */
color: #8fd0ad;
background-color: #8fd0ad;
/* Tailwind (arbitrary) */
class="text-[#8fd0ad] bg-[#8fd0ad]"
/* SCSS */
$brand: #8fd0ad;
/* SwiftUI */
Color(red: 0.561, green: 0.816, blue: 0.678)
/* Android */
Color.parseColor("#8fd0ad")Accessibility — WCAG contrast
Aa
#8fd0ad on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fd0ad on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green81.6%
Blue67.8%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow16.8%
Key (black)18.4%
Color previews
#8fd0ad text on a black background
contrast 11.79:1
Card sample
#8fd0ad text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fd0ad;
Background color
Panel with #8fd0ad background
background-color: #8fd0ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fd0ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 208, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 208, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fd0ad; background: linear-gradient(135deg, #8fd0ad, #8FC8D0);