#85ac2f
a dark, vivid green · cool · closest name: olivedrab
RGB
133, 172, 47
HSL
79°, 57%, 43%
CMYK
23, 0, 73, 33
Luminance
0.3470
Every format
| HEX | #85ac2f |
| RGB | rgb(133, 172, 47) |
| HSL | hsl(79, 57%, 43%) |
| CMYK | cmyk(23%, 0%, 73%, 33%) |
| LAB | lab(65.5 -31.3 56.5) |
| LCH | lch(65.5 64.6 118.9) |
| OKLCH | oklch(0.692 0.155 125.5) |
Copy-ready code
/* CSS */
color: #85ac2f;
background-color: #85ac2f;
/* Tailwind (arbitrary) */
class="text-[#85ac2f] bg-[#85ac2f]"
/* SCSS */
$brand: #85ac2f;
/* SwiftUI */
Color(red: 0.522, green: 0.675, blue: 0.184)
/* Android */
Color.parseColor("#85ac2f")Accessibility — WCAG contrast
Aa
#85ac2f on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85ac2f on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green67.5%
Blue18.4%
CMYK percentages
Cyan22.7%
Magenta0.0%
Yellow72.7%
Key (black)32.5%
Color previews
#85ac2f text on a black background
contrast 7.94:1
Card sample
#85ac2f text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85ac2f;
Background color
Panel with #85ac2f background
background-color: #85ac2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85ac2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 172, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 172, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85ac2f; background: linear-gradient(135deg, #85ac2f, #32AC2F);