#73cd8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
115, 205, 143
HSL
139°, 47%, 63%
CMYK
44, 0, 30, 20
Luminance
0.4929
Every format
| HEX | #73cd8f |
| RGB | rgb(115, 205, 143) |
| HSL | hsl(139, 47%, 63%) |
| CMYK | cmyk(44%, 0%, 30%, 20%) |
| LAB | lab(75.6 -40.5 22.7) |
| LCH | lch(75.6 46.4 150.8) |
| OKLCH | oklch(0.776 0.125 152.6) |
Copy-ready code
/* CSS */
color: #73cd8f;
background-color: #73cd8f;
/* Tailwind (arbitrary) */
class="text-[#73cd8f] bg-[#73cd8f]"
/* SCSS */
$brand: #73cd8f;
/* SwiftUI */
Color(red: 0.451, green: 0.804, blue: 0.561)
/* Android */
Color.parseColor("#73cd8f")Accessibility — WCAG contrast
Aa
#73cd8f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73cd8f on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green80.4%
Blue56.1%
CMYK percentages
Cyan43.9%
Magenta0.0%
Yellow30.2%
Key (black)19.6%
Color previews
#73cd8f text on a black background
contrast 10.86:1
Card sample
#73cd8f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73cd8f;
Background color
Panel with #73cd8f background
background-color: #73cd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73cd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 205, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 205, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73cd8f; background: linear-gradient(135deg, #73cd8f, #73CDCB);