#8fba64
a balanced, soft green · cool · closest name: olivedrab
RGB
143, 186, 100
HSL
90°, 38%, 56%
CMYK
23, 0, 46, 27
Luminance
0.4188
Every format
| HEX | #8fba64 |
| RGB | rgb(143, 186, 100) |
| HSL | hsl(90, 38%, 56%) |
| CMYK | cmyk(23%, 0%, 46%, 27%) |
| LAB | lab(70.8 -29.2 38.9) |
| LCH | lch(70.8 48.6 126.9) |
| OKLCH | oklch(0.738 0.124 130.7) |
Copy-ready code
/* CSS */
color: #8fba64;
background-color: #8fba64;
/* Tailwind (arbitrary) */
class="text-[#8fba64] bg-[#8fba64]"
/* SCSS */
$brand: #8fba64;
/* SwiftUI */
Color(red: 0.561, green: 0.729, blue: 0.392)
/* Android */
Color.parseColor("#8fba64")Accessibility — WCAG contrast
Aa
#8fba64 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fba64 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green72.9%
Blue39.2%
CMYK percentages
Cyan23.1%
Magenta0.0%
Yellow46.2%
Key (black)27.1%
Color previews
#8fba64 text on a black background
contrast 9.38:1
Card sample
#8fba64 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fba64;
Background color
Panel with #8fba64 background
background-color: #8fba64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fba64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 186, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 186, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fba64; background: linear-gradient(135deg, #8fba64, #64BA72);