#73804c
a dark, soft green · cool · closest name: seagreen
RGB
115, 128, 76
HSL
75°, 26%, 40%
CMYK
10, 0, 41, 50
Luminance
0.1960
Every format
| HEX | #73804c |
| RGB | rgb(115, 128, 76) |
| HSL | hsl(75, 26%, 40%) |
| CMYK | cmyk(10%, 0%, 41%, 50%) |
| LAB | lab(51.4 -13.8 26.6) |
| LCH | lch(51.4 30.0 117.5) |
| OKLCH | oklch(0.576 0.075 120.3) |
Copy-ready code
/* CSS */
color: #73804c;
background-color: #73804c;
/* Tailwind (arbitrary) */
class="text-[#73804c] bg-[#73804c]"
/* SCSS */
$brand: #73804c;
/* SwiftUI */
Color(red: 0.451, green: 0.502, blue: 0.298)
/* Android */
Color.parseColor("#73804c")Accessibility — WCAG contrast
Aa
#73804c on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#73804c on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green50.2%
Blue29.8%
CMYK percentages
Cyan10.2%
Magenta0.0%
Yellow40.6%
Key (black)49.8%
Color previews
#73804c text on a black background
contrast 4.92:1
Card sample
#73804c text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #73804c;
Background color
Panel with #73804c background
background-color: #73804c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #73804c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 128, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 128, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #73804c; background: linear-gradient(135deg, #73804c, #50804C);