#85b950
a balanced, soft green · cool · closest name: olivedrab
RGB
133, 185, 80
HSL
90°, 43%, 52%
CMYK
28, 0, 57, 28
Luminance
0.4026
Every format
| HEX | #85b950 |
| RGB | rgb(133, 185, 80) |
| HSL | hsl(90, 43%, 52%) |
| CMYK | cmyk(28%, 0%, 57%, 28%) |
| LAB | lab(69.7 -34.7 47.1) |
| LCH | lch(69.7 58.5 126.4) |
| OKLCH | oklch(0.727 0.147 131.2) |
Copy-ready code
/* CSS */
color: #85b950;
background-color: #85b950;
/* Tailwind (arbitrary) */
class="text-[#85b950] bg-[#85b950]"
/* SCSS */
$brand: #85b950;
/* SwiftUI */
Color(red: 0.522, green: 0.725, blue: 0.314)
/* Android */
Color.parseColor("#85b950")Accessibility — WCAG contrast
Aa
#85b950 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85b950 on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green72.5%
Blue31.4%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow56.8%
Key (black)27.5%
Color previews
#85b950 text on a black background
contrast 9.05:1
Card sample
#85b950 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85b950;
Background color
Panel with #85b950 background
background-color: #85b950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85b950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 185, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 185, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85b950; background: linear-gradient(135deg, #85b950, #50B961);