#8bcf39
a balanced, vivid green · cool · closest name: olivedrab
RGB
139, 207, 57
HSL
87°, 61%, 52%
CMYK
33, 0, 73, 19
Luminance
0.5041
Every format
| HEX | #8bcf39 |
| RGB | rgb(139, 207, 57) |
| HSL | hsl(87, 61%, 52%) |
| CMYK | cmyk(33%, 0%, 73%, 19%) |
| LAB | lab(76.3 -44.0 63.8) |
| LCH | lch(76.3 77.5 124.6) |
| OKLCH | oklch(0.781 0.190 131.1) |
Copy-ready code
/* CSS */
color: #8bcf39;
background-color: #8bcf39;
/* Tailwind (arbitrary) */
class="text-[#8bcf39] bg-[#8bcf39]"
/* SCSS */
$brand: #8bcf39;
/* SwiftUI */
Color(red: 0.545, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#8bcf39")Accessibility — WCAG contrast
Aa
#8bcf39 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8bcf39 on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.5%
Green81.2%
Blue22.4%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#8bcf39 text on a black background
contrast 11.08:1
Card sample
#8bcf39 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8bcf39;
Background color
Panel with #8bcf39 background
background-color: #8bcf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8bcf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(139, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(139, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8bcf39; background: linear-gradient(135deg, #8bcf39, #39CF4B);