#8ba366
a balanced, soft green · cool · closest name: olivedrab
RGB
139, 163, 102
HSL
84°, 25%, 52%
CMYK
15, 0, 37, 36
Luminance
0.3264
Every format
| HEX | #8ba366 |
| RGB | rgb(139, 163, 102) |
| HSL | hsl(84, 25%, 52%) |
| CMYK | cmyk(15%, 0%, 37%, 36%) |
| LAB | lab(63.9 -19.1 29.0) |
| LCH | lch(63.9 34.7 123.4) |
| OKLCH | oklch(0.682 0.089 126.1) |
Copy-ready code
/* CSS */
color: #8ba366;
background-color: #8ba366;
/* Tailwind (arbitrary) */
class="text-[#8ba366] bg-[#8ba366]"
/* SCSS */
$brand: #8ba366;
/* SwiftUI */
Color(red: 0.545, green: 0.639, blue: 0.400)
/* Android */
Color.parseColor("#8ba366")Accessibility — WCAG contrast
Aa
#8ba366 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba366 on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green63.9%
Blue40.0%
CMYK percentages
Cyan14.7%
Magenta0.0%
Yellow37.4%
Key (black)36.1%
Color previews
#8ba366 text on a black background
contrast 7.53:1
Card sample
#8ba366 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba366;
Background color
Panel with #8ba366 background
background-color: #8ba366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 163, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 163, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba366; background: linear-gradient(135deg, #8ba366, #66A36A);