#8fcfac
a light, soft green · cool · closest name: turquoise
RGB
143, 207, 172
HSL
147°, 40%, 69%
CMYK
31, 0, 17, 19
Luminance
0.5344
Every format
| HEX | #8fcfac |
| RGB | rgb(143, 207, 172) |
| HSL | hsl(147, 40%, 69%) |
| CMYK | cmyk(31%, 0%, 17%, 19%) |
| LAB | lab(78.1 -27.7 11.0) |
| LCH | lch(78.1 29.8 158.4) |
| OKLCH | oklch(0.801 0.082 159.9) |
Copy-ready code
/* CSS */
color: #8fcfac;
background-color: #8fcfac;
/* Tailwind (arbitrary) */
class="text-[#8fcfac] bg-[#8fcfac]"
/* SCSS */
$brand: #8fcfac;
/* SwiftUI */
Color(red: 0.561, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#8fcfac")Accessibility — WCAG contrast
Aa
#8fcfac on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fcfac on black: 11.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green81.2%
Blue67.5%
CMYK percentages
Cyan30.9%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#8fcfac text on a black background
contrast 11.69:1
Card sample
#8fcfac text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fcfac;
Background color
Panel with #8fcfac background
background-color: #8fcfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fcfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fcfac; background: linear-gradient(135deg, #8fcfac, #8FC7CF);