#8dac3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
141, 172, 63
HSL
77°, 46%, 46%
CMYK
18, 0, 63, 33
Luminance
0.3553
Every format
| HEX | #8dac3f |
| RGB | rgb(141, 172, 63) |
| HSL | hsl(77, 46%, 46%) |
| CMYK | cmyk(18%, 0%, 63%, 33%) |
| LAB | lab(66.2 -26.9 51.0) |
| LCH | lch(66.2 57.6 117.9) |
| OKLCH | oklch(0.699 0.140 123.5) |
Copy-ready code
/* CSS */
color: #8dac3f;
background-color: #8dac3f;
/* Tailwind (arbitrary) */
class="text-[#8dac3f] bg-[#8dac3f]"
/* SCSS */
$brand: #8dac3f;
/* SwiftUI */
Color(red: 0.553, green: 0.675, blue: 0.247)
/* Android */
Color.parseColor("#8dac3f")Accessibility — WCAG contrast
Aa
#8dac3f on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8dac3f on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red55.3%
Green67.5%
Blue24.7%
CMYK percentages
Cyan18.0%
Magenta0.0%
Yellow63.4%
Key (black)32.5%
Color previews
#8dac3f text on a black background
contrast 8.11:1
Card sample
#8dac3f text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8dac3f;
Background color
Panel with #8dac3f background
background-color: #8dac3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8dac3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(141, 172, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(141, 172, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8dac3f; background: linear-gradient(135deg, #8dac3f, #44AC3F);