#8fbf6c
a balanced, soft green · cool · closest name: olivedrab
RGB
143, 191, 108
HSL
95°, 39%, 59%
CMYK
25, 0, 44, 25
Luminance
0.4418
Every format
| HEX | #8fbf6c |
| RGB | rgb(143, 191, 108) |
| HSL | hsl(95, 39%, 59%) |
| CMYK | cmyk(25%, 0%, 44%, 25%) |
| LAB | lab(72.3 -30.6 36.8) |
| LCH | lch(72.3 47.9 129.7) |
| OKLCH | oklch(0.751 0.123 133.2) |
Copy-ready code
/* CSS */
color: #8fbf6c;
background-color: #8fbf6c;
/* Tailwind (arbitrary) */
class="text-[#8fbf6c] bg-[#8fbf6c]"
/* SCSS */
$brand: #8fbf6c;
/* SwiftUI */
Color(red: 0.561, green: 0.749, blue: 0.424)
/* Android */
Color.parseColor("#8fbf6c")Accessibility — WCAG contrast
Aa
#8fbf6c on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbf6c on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.9%
Blue42.4%
CMYK percentages
Cyan25.1%
Magenta0.0%
Yellow43.5%
Key (black)25.1%
Color previews
#8fbf6c text on a black background
contrast 9.84:1
Card sample
#8fbf6c text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbf6c;
Background color
Panel with #8fbf6c background
background-color: #8fbf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 191, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 191, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbf6c; background: linear-gradient(135deg, #8fbf6c, #6CBF80);