#73b95c
a balanced, soft green · cool · closest name: olivedrab
RGB
115, 185, 92
HSL
105°, 40%, 54%
CMYK
38, 0, 50, 28
Luminance
0.3912
Every format
| HEX | #73b95c |
| RGB | rgb(115, 185, 92) |
| HSL | hsl(105, 40%, 54%) |
| CMYK | cmyk(38%, 0%, 50%, 28%) |
| LAB | lab(68.8 -39.6 40.1) |
| LCH | lch(68.8 56.4 134.7) |
| OKLCH | oklch(0.718 0.145 138.4) |
Copy-ready code
/* CSS */
color: #73b95c;
background-color: #73b95c;
/* Tailwind (arbitrary) */
class="text-[#73b95c] bg-[#73b95c]"
/* SCSS */
$brand: #73b95c;
/* SwiftUI */
Color(red: 0.451, green: 0.725, blue: 0.361)
/* Android */
Color.parseColor("#73b95c")Accessibility — WCAG contrast
Aa
#73b95c on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73b95c on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green72.5%
Blue36.1%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow50.3%
Key (black)27.5%
Color previews
#73b95c text on a black background
contrast 8.82:1
Card sample
#73b95c text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73b95c;
Background color
Panel with #73b95c background
background-color: #73b95c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73b95c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 185, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 185, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73b95c; background: linear-gradient(135deg, #73b95c, #5CB983);