#81ba13
a dark, electric green · cool · closest name: olivedrab
RGB
129, 186, 19
HSL
81°, 82%, 40%
CMYK
31, 0, 90, 27
Luminance
0.3983
Every format
| HEX | #81ba13 |
| RGB | rgb(129, 186, 19) |
| HSL | hsl(81, 82%, 40%) |
| CMYK | cmyk(31%, 0%, 90%, 27%) |
| LAB | lab(69.3 -40.3 67.4) |
| LCH | lch(69.3 78.6 120.9) |
| OKLCH | oklch(0.722 0.186 128.7) |
Copy-ready code
/* CSS */
color: #81ba13;
background-color: #81ba13;
/* Tailwind (arbitrary) */
class="text-[#81ba13] bg-[#81ba13]"
/* SCSS */
$brand: #81ba13;
/* SwiftUI */
Color(red: 0.506, green: 0.729, blue: 0.075)
/* Android */
Color.parseColor("#81ba13")Accessibility — WCAG contrast
Aa
#81ba13 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#81ba13 on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green72.9%
Blue7.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow89.8%
Key (black)27.1%
Color previews
#81ba13 text on a black background
contrast 8.97:1
Card sample
#81ba13 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #81ba13;
Background color
Panel with #81ba13 background
background-color: #81ba13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #81ba13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 186, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 186, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #81ba13; background: linear-gradient(135deg, #81ba13, #13BA14);