#73cf5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
115, 207, 95
HSL
109°, 54%, 59%
CMYK
44, 0, 54, 19
Luminance
0.4910
Every format
| HEX | #73cf5f |
| RGB | rgb(115, 207, 95) |
| HSL | hsl(109, 54%, 59%) |
| CMYK | cmyk(44%, 0%, 54%, 19%) |
| LAB | lab(75.5 -48.6 46.7) |
| LCH | lch(75.5 67.4 136.1) |
| OKLCH | oklch(0.772 0.173 140.1) |
Copy-ready code
/* CSS */
color: #73cf5f;
background-color: #73cf5f;
/* Tailwind (arbitrary) */
class="text-[#73cf5f] bg-[#73cf5f]"
/* SCSS */
$brand: #73cf5f;
/* SwiftUI */
Color(red: 0.451, green: 0.812, blue: 0.373)
/* Android */
Color.parseColor("#73cf5f")Accessibility — WCAG contrast
Aa
#73cf5f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cf5f on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green81.2%
Blue37.3%
CMYK percentages
Cyan44.4%
Magenta0.0%
Yellow54.1%
Key (black)18.8%
Color previews
#73cf5f text on a black background
contrast 10.82:1
Card sample
#73cf5f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cf5f;
Background color
Panel with #73cf5f background
background-color: #73cf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 207, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 207, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cf5f; background: linear-gradient(135deg, #73cf5f, #5FCF96);