#8fac8f
a balanced, muted green · cool · closest name: silver
RGB
143, 172, 143
HSL
120°, 15%, 62%
CMYK
17, 0, 17, 33
Luminance
0.3733
Every format
| HEX | #8fac8f |
| RGB | rgb(143, 172, 143) |
| HSL | hsl(120, 15%, 62%) |
| CMYK | cmyk(17%, 0%, 17%, 33%) |
| LAB | lab(67.5 -15.7 11.7) |
| LCH | lch(67.5 19.6 143.4) |
| OKLCH | oklch(0.714 0.052 145.0) |
Copy-ready code
/* CSS */
color: #8fac8f;
background-color: #8fac8f;
/* Tailwind (arbitrary) */
class="text-[#8fac8f] bg-[#8fac8f]"
/* SCSS */
$brand: #8fac8f;
/* SwiftUI */
Color(red: 0.561, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#8fac8f")Accessibility — WCAG contrast
Aa
#8fac8f on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fac8f on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.5%
Blue56.1%
CMYK percentages
Cyan16.9%
Magenta0.0%
Yellow16.9%
Key (black)32.5%
Color previews
#8fac8f text on a black background
contrast 8.47:1
Card sample
#8fac8f text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fac8f;
Background color
Panel with #8fac8f background
background-color: #8fac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fac8f; background: linear-gradient(135deg, #8fac8f, #8FACA2);