#8fb627
a dark, vivid green · cool · closest name: olivedrab
RGB
143, 182, 39
HSL
76°, 65%, 43%
CMYK
21, 0, 79, 29
Luminance
0.3944
Every format
| HEX | #8fb627 |
| RGB | rgb(143, 182, 39) |
| HSL | hsl(76, 65%, 43%) |
| CMYK | cmyk(21%, 0%, 79%, 29%) |
| LAB | lab(69.1 -32.3 62.8) |
| LCH | lch(69.1 70.6 117.2) |
| OKLCH | oklch(0.722 0.167 124.4) |
Copy-ready code
/* CSS */
color: #8fb627;
background-color: #8fb627;
/* Tailwind (arbitrary) */
class="text-[#8fb627] bg-[#8fb627]"
/* SCSS */
$brand: #8fb627;
/* SwiftUI */
Color(red: 0.561, green: 0.714, blue: 0.153)
/* Android */
Color.parseColor("#8fb627")Accessibility — WCAG contrast
Aa
#8fb627 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fb627 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green71.4%
Blue15.3%
CMYK percentages
Cyan21.4%
Magenta0.0%
Yellow78.6%
Key (black)28.6%
Color previews
#8fb627 text on a black background
contrast 8.89:1
Card sample
#8fb627 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fb627;
Background color
Panel with #8fb627 background
background-color: #8fb627;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fb627;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 182, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 182, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fb627; background: linear-gradient(135deg, #8fb627, #30B627);