#8cbf3f
a balanced, vivid green · cool · closest name: olivedrab
RGB
140, 191, 63
HSL
84°, 50%, 50%
CMYK
27, 0, 67, 25
Luminance
0.4320
Every format
| HEX | #8cbf3f |
| RGB | rgb(140, 191, 63) |
| HSL | hsl(84, 50%, 50%) |
| CMYK | cmyk(27%, 0%, 67%, 25%) |
| LAB | lab(71.7 -36.2 56.8) |
| LCH | lch(71.7 67.4 122.5) |
| OKLCH | oklch(0.744 0.165 128.6) |
Copy-ready code
/* CSS */
color: #8cbf3f;
background-color: #8cbf3f;
/* Tailwind (arbitrary) */
class="text-[#8cbf3f] bg-[#8cbf3f]"
/* SCSS */
$brand: #8cbf3f;
/* SwiftUI */
Color(red: 0.549, green: 0.749, blue: 0.247)
/* Android */
Color.parseColor("#8cbf3f")Accessibility — WCAG contrast
Aa
#8cbf3f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cbf3f on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green74.9%
Blue24.7%
CMYK percentages
Cyan26.7%
Magenta0.0%
Yellow67.0%
Key (black)25.1%
Color previews
#8cbf3f text on a black background
contrast 9.64:1
Card sample
#8cbf3f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cbf3f;
Background color
Panel with #8cbf3f background
background-color: #8cbf3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cbf3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 191, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 191, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cbf3f; background: linear-gradient(135deg, #8cbf3f, #3FBF47);