#8ba113
a dark, electric yellow · cool · closest name: olivedrab
RGB
139, 161, 19
HSL
69°, 79%, 35%
CMYK
14, 0, 88, 37
Luminance
0.3103
Every format
| HEX | #8ba113 |
| RGB | rgb(139, 161, 19) |
| HSL | hsl(69, 79%, 35%) |
| CMYK | cmyk(14%, 0%, 88%, 37%) |
| LAB | lab(62.5 -24.6 62.1) |
| LCH | lch(62.5 66.8 111.6) |
| OKLCH | oklch(0.669 0.153 119.2) |
Copy-ready code
/* CSS */
color: #8ba113;
background-color: #8ba113;
/* Tailwind (arbitrary) */
class="text-[#8ba113] bg-[#8ba113]"
/* SCSS */
$brand: #8ba113;
/* SwiftUI */
Color(red: 0.545, green: 0.631, blue: 0.075)
/* Android */
Color.parseColor("#8ba113")Accessibility — WCAG contrast
Aa
#8ba113 on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8ba113 on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green63.1%
Blue7.5%
CMYK percentages
Cyan13.7%
Magenta0.0%
Yellow88.2%
Key (black)36.9%
Color previews
#8ba113 text on a black background
contrast 7.21:1
Card sample
#8ba113 text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8ba113;
Background color
Panel with #8ba113 background
background-color: #8ba113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8ba113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 161, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 161, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8ba113; background: linear-gradient(135deg, #8ba113, #2CA113);