#73af7d
a balanced, soft green · cool · closest name: seagreen
RGB
115, 175, 125
HSL
130°, 27%, 57%
CMYK
34, 0, 29, 31
Luminance
0.3579
Every format
| HEX | #73af7d |
| RGB | rgb(115, 175, 125) |
| HSL | hsl(130, 27%, 57%) |
| CMYK | cmyk(34%, 0%, 29%, 31%) |
| LAB | lab(66.3 -30.0 19.6) |
| LCH | lch(66.3 35.8 146.8) |
| OKLCH | oklch(0.699 0.096 148.7) |
Copy-ready code
/* CSS */
color: #73af7d;
background-color: #73af7d;
/* Tailwind (arbitrary) */
class="text-[#73af7d] bg-[#73af7d]"
/* SCSS */
$brand: #73af7d;
/* SwiftUI */
Color(red: 0.451, green: 0.686, blue: 0.490)
/* Android */
Color.parseColor("#73af7d")Accessibility — WCAG contrast
Aa
#73af7d on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#73af7d on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green68.6%
Blue49.0%
CMYK percentages
Cyan34.3%
Magenta0.0%
Yellow28.6%
Key (black)31.4%
Color previews
#73af7d text on a black background
contrast 8.16:1
Card sample
#73af7d text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73af7d;
Background color
Panel with #73af7d background
background-color: #73af7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73af7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 175, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 175, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73af7d; background: linear-gradient(135deg, #73af7d, #73AFA5);