#8fad85
a balanced, soft green · cool · closest name: tan
RGB
143, 173, 133
HSL
105°, 20%, 60%
CMYK
17, 0, 23, 32
Luminance
0.3742
Every format
| HEX | #8fad85 |
| RGB | rgb(143, 173, 133) |
| HSL | hsl(105, 20%, 60%) |
| CMYK | cmyk(17%, 0%, 23%, 32%) |
| LAB | lab(67.6 -18.0 17.2) |
| LCH | lch(67.6 24.9 136.2) |
| OKLCH | oklch(0.714 0.066 137.9) |
Copy-ready code
/* CSS */
color: #8fad85;
background-color: #8fad85;
/* Tailwind (arbitrary) */
class="text-[#8fad85] bg-[#8fad85]"
/* SCSS */
$brand: #8fad85;
/* SwiftUI */
Color(red: 0.561, green: 0.678, blue: 0.522)
/* Android */
Color.parseColor("#8fad85")Accessibility — WCAG contrast
Aa
#8fad85 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fad85 on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green67.8%
Blue52.2%
CMYK percentages
Cyan17.3%
Magenta0.0%
Yellow23.1%
Key (black)32.2%
Color previews
#8fad85 text on a black background
contrast 8.48:1
Card sample
#8fad85 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fad85;
Background color
Panel with #8fad85 background
background-color: #8fad85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fad85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 173, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 173, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fad85; background: linear-gradient(135deg, #8fad85, #85AD96);