#73c78f
a balanced, soft green · cool · closest name: aquamarine
RGB
115, 199, 143
HSL
140°, 43%, 62%
CMYK
42, 0, 28, 22
Luminance
0.4647
Every format
| HEX | #73c78f |
| RGB | rgb(115, 199, 143) |
| HSL | hsl(140, 43%, 62%) |
| CMYK | cmyk(42%, 0%, 28%, 22%) |
| LAB | lab(73.8 -37.8 20.3) |
| LCH | lch(73.8 42.9 151.8) |
| OKLCH | oklch(0.761 0.116 153.6) |
Copy-ready code
/* CSS */
color: #73c78f;
background-color: #73c78f;
/* Tailwind (arbitrary) */
class="text-[#73c78f] bg-[#73c78f]"
/* SCSS */
$brand: #73c78f;
/* SwiftUI */
Color(red: 0.451, green: 0.780, blue: 0.561)
/* Android */
Color.parseColor("#73c78f")Accessibility — WCAG contrast
Aa
#73c78f on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73c78f on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green78.0%
Blue56.1%
CMYK percentages
Cyan42.2%
Magenta0.0%
Yellow28.1%
Key (black)22.0%
Color previews
#73c78f text on a black background
contrast 10.29:1
Card sample
#73c78f text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73c78f;
Background color
Panel with #73c78f background
background-color: #73c78f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73c78f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 199, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 199, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73c78f; background: linear-gradient(135deg, #73c78f, #73C7C7);