#85c44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
133, 196, 79
HSL
92°, 50%, 54%
CMYK
32, 0, 60, 23
Luminance
0.4503
Every format
| HEX | #85c44f |
| RGB | rgb(133, 196, 79) |
| HSL | hsl(92, 50%, 54%) |
| CMYK | cmyk(32%, 0%, 60%, 23%) |
| LAB | lab(72.9 -39.7 51.3) |
| LCH | lch(72.9 64.8 127.8) |
| OKLCH | oklch(0.753 0.163 132.9) |
Copy-ready code
/* CSS */
color: #85c44f;
background-color: #85c44f;
/* Tailwind (arbitrary) */
class="text-[#85c44f] bg-[#85c44f]"
/* SCSS */
$brand: #85c44f;
/* SwiftUI */
Color(red: 0.522, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#85c44f")Accessibility — WCAG contrast
Aa
#85c44f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85c44f on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green76.9%
Blue31.0%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#85c44f text on a black background
contrast 10.01:1
Card sample
#85c44f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85c44f;
Background color
Panel with #85c44f background
background-color: #85c44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85c44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85c44f; background: linear-gradient(135deg, #85c44f, #4FC467);