#81cf39
a balanced, vivid green · cool · closest name: forestgreen
RGB
129, 207, 57
HSL
91°, 61%, 52%
CMYK
38, 0, 73, 19
Luminance
0.4959
Every format
| HEX | #81cf39 |
| RGB | rgb(129, 207, 57) |
| HSL | hsl(91, 61%, 52%) |
| CMYK | cmyk(38%, 0%, 73%, 19%) |
| LAB | lab(75.8 -47.5 63.1) |
| LCH | lch(75.8 79.0 127.0) |
| OKLCH | oklch(0.775 0.195 133.3) |
Copy-ready code
/* CSS */
color: #81cf39;
background-color: #81cf39;
/* Tailwind (arbitrary) */
class="text-[#81cf39] bg-[#81cf39]"
/* SCSS */
$brand: #81cf39;
/* SwiftUI */
Color(red: 0.506, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#81cf39")Accessibility — WCAG contrast
Aa
#81cf39 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81cf39 on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green81.2%
Blue22.4%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow72.5%
Key (black)18.8%
Color previews
#81cf39 text on a black background
contrast 10.92:1
Card sample
#81cf39 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81cf39;
Background color
Panel with #81cf39 background
background-color: #81cf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81cf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81cf39; background: linear-gradient(135deg, #81cf39, #39CF55);