#73b950
a balanced, soft green · cool · closest name: olivedrab
RGB
115, 185, 80
HSL
100°, 43%, 52%
CMYK
38, 0, 57, 28
Luminance
0.3892
Every format
| HEX | #73b950 |
| RGB | rgb(115, 185, 80) |
| HSL | hsl(100, 43%, 52%) |
| CMYK | cmyk(38%, 0%, 57%, 28%) |
| LAB | lab(68.7 -41.0 45.7) |
| LCH | lch(68.7 61.4 131.9) |
| OKLCH | oklch(0.716 0.156 136.4) |
Copy-ready code
/* CSS */
color: #73b950;
background-color: #73b950;
/* Tailwind (arbitrary) */
class="text-[#73b950] bg-[#73b950]"
/* SCSS */
$brand: #73b950;
/* SwiftUI */
Color(red: 0.451, green: 0.725, blue: 0.314)
/* Android */
Color.parseColor("#73b950")Accessibility — WCAG contrast
Aa
#73b950 on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73b950 on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green72.5%
Blue31.4%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow56.8%
Key (black)27.5%
Color previews
#73b950 text on a black background
contrast 8.78:1
Card sample
#73b950 text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73b950;
Background color
Panel with #73b950 background
background-color: #73b950;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73b950;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 185, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 185, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73b950; background: linear-gradient(135deg, #73b950, #50B973);