#91ac0c
a dark, electric green · cool · closest name: olivedrab
RGB
145, 172, 12
HSL
70°, 87%, 36%
CMYK
16, 0, 93, 33
Luminance
0.3555
Every format
| HEX | #91ac0c |
| RGB | rgb(145, 172, 12) |
| HSL | hsl(70, 87%, 36%) |
| CMYK | cmyk(16%, 0%, 93%, 33%) |
| LAB | lab(66.2 -27.6 66.4) |
| LCH | lch(66.2 71.9 112.6) |
| OKLCH | oklch(0.699 0.164 120.4) |
Copy-ready code
/* CSS */
color: #91ac0c;
background-color: #91ac0c;
/* Tailwind (arbitrary) */
class="text-[#91ac0c] bg-[#91ac0c]"
/* SCSS */
$brand: #91ac0c;
/* SwiftUI */
Color(red: 0.569, green: 0.675, blue: 0.047)
/* Android */
Color.parseColor("#91ac0c")Accessibility — WCAG contrast
Aa
#91ac0c on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#91ac0c on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.9%
Green67.5%
Blue4.7%
CMYK percentages
Cyan15.7%
Magenta0.0%
Yellow93.0%
Key (black)32.5%
Color previews
#91ac0c text on a black background
contrast 8.11:1
Card sample
#91ac0c text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #91ac0c;
Background color
Panel with #91ac0c background
background-color: #91ac0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #91ac0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(145, 172, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(145, 172, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #91ac0c; background: linear-gradient(135deg, #91ac0c, #26AC0C);