#8fbd73
a balanced, soft green · cool · closest name: olivedrab
RGB
143, 189, 115
HSL
97°, 36%, 60%
CMYK
24, 0, 39, 26
Luminance
0.4347
Every format
| HEX | #8fbd73 |
| RGB | rgb(143, 189, 115) |
| HSL | hsl(97, 36%, 60%) |
| CMYK | cmyk(24%, 0%, 39%, 26%) |
| LAB | lab(71.9 -28.7 32.6) |
| LCH | lch(71.9 43.4 131.4) |
| OKLCH | oklch(0.748 0.112 134.4) |
Copy-ready code
/* CSS */
color: #8fbd73;
background-color: #8fbd73;
/* Tailwind (arbitrary) */
class="text-[#8fbd73] bg-[#8fbd73]"
/* SCSS */
$brand: #8fbd73;
/* SwiftUI */
Color(red: 0.561, green: 0.741, blue: 0.451)
/* Android */
Color.parseColor("#8fbd73")Accessibility — WCAG contrast
Aa
#8fbd73 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8fbd73 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green74.1%
Blue45.1%
CMYK percentages
Cyan24.3%
Magenta0.0%
Yellow39.2%
Key (black)25.9%
Color previews
#8fbd73 text on a black background
contrast 9.69:1
Card sample
#8fbd73 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8fbd73;
Background color
Panel with #8fbd73 background
background-color: #8fbd73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8fbd73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 189, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 189, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8fbd73; background: linear-gradient(135deg, #8fbd73, #73BD88);