#8cba72
a balanced, soft green · cool · closest name: olivedrab
RGB
140, 186, 114
HSL
98°, 34%, 59%
CMYK
25, 0, 39, 27
Luminance
0.4191
Every format
| HEX | #8cba72 |
| RGB | rgb(140, 186, 114) |
| HSL | hsl(98, 34%, 59%) |
| CMYK | cmyk(25%, 0%, 39%, 27%) |
| LAB | lab(70.8 -28.5 31.7) |
| LCH | lch(70.8 42.6 131.9) |
| OKLCH | oklch(0.738 0.110 134.9) |
Copy-ready code
/* CSS */
color: #8cba72;
background-color: #8cba72;
/* Tailwind (arbitrary) */
class="text-[#8cba72] bg-[#8cba72]"
/* SCSS */
$brand: #8cba72;
/* SwiftUI */
Color(red: 0.549, green: 0.729, blue: 0.447)
/* Android */
Color.parseColor("#8cba72")Accessibility — WCAG contrast
Aa
#8cba72 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cba72 on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green72.9%
Blue44.7%
CMYK percentages
Cyan24.7%
Magenta0.0%
Yellow38.7%
Key (black)27.1%
Color previews
#8cba72 text on a black background
contrast 9.38:1
Card sample
#8cba72 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cba72;
Background color
Panel with #8cba72 background
background-color: #8cba72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cba72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 186, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 186, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cba72; background: linear-gradient(135deg, #8cba72, #72BA88);