#8ba968
a balanced, soft green · cool · closest name: olivedrab
RGB
139, 169, 104
HSL
88°, 27%, 54%
CMYK
18, 0, 39, 34
Luminance
0.3486
Every format
| HEX | #8ba968 |
| RGB | rgb(139, 169, 104) |
| HSL | hsl(88, 27%, 54%) |
| CMYK | cmyk(18%, 0%, 39%, 34%) |
| LAB | lab(65.6 -21.9 30.2) |
| LCH | lch(65.6 37.3 125.9) |
| OKLCH | oklch(0.696 0.096 128.8) |
Copy-ready code
/* CSS */
color: #8ba968;
background-color: #8ba968;
/* Tailwind (arbitrary) */
class="text-[#8ba968] bg-[#8ba968]"
/* SCSS */
$brand: #8ba968;
/* SwiftUI */
Color(red: 0.545, green: 0.663, blue: 0.408)
/* Android */
Color.parseColor("#8ba968")Accessibility — WCAG contrast
Aa
#8ba968 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba968 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green66.3%
Blue40.8%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow38.5%
Key (black)33.7%
Color previews
#8ba968 text on a black background
contrast 7.97:1
Card sample
#8ba968 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba968;
Background color
Panel with #8ba968 background
background-color: #8ba968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 169, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 169, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba968; background: linear-gradient(135deg, #8ba968, #68A970);