#8fa136
a dark, vivid green · cool · closest name: olivedrab
RGB
143, 161, 54
HSL
70°, 50%, 42%
CMYK
11, 0, 67, 37
Luminance
0.3160
Every format
| HEX | #8fa136 |
| RGB | rgb(143, 161, 54) |
| HSL | hsl(70, 50%, 42%) |
| CMYK | cmyk(11%, 0%, 67%, 37%) |
| LAB | lab(63.0 -21.3 51.5) |
| LCH | lch(63.0 55.7 112.5) |
| OKLCH | oklch(0.674 0.132 118.3) |
Copy-ready code
/* CSS */
color: #8fa136;
background-color: #8fa136;
/* Tailwind (arbitrary) */
class="text-[#8fa136] bg-[#8fa136]"
/* SCSS */
$brand: #8fa136;
/* SwiftUI */
Color(red: 0.561, green: 0.631, blue: 0.212)
/* Android */
Color.parseColor("#8fa136")Accessibility — WCAG contrast
Aa
#8fa136 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fa136 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green63.1%
Blue21.2%
CMYK percentages
Cyan11.2%
Magenta0.0%
Yellow66.5%
Key (black)36.9%
Color previews
#8fa136 text on a black background
contrast 7.32:1
Card sample
#8fa136 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fa136;
Background color
Panel with #8fa136 background
background-color: #8fa136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fa136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 161, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 161, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fa136; background: linear-gradient(135deg, #8fa136, #48A136);