#5f773c
a dark, soft green · cool · closest name: seagreen
RGB
95, 119, 60
HSL
84°, 33%, 35%
CMYK
20, 0, 50, 53
Luminance
0.1595
Every format
| HEX | #5f773c |
| RGB | rgb(95, 119, 60) |
| HSL | hsl(84, 33%, 35%) |
| CMYK | cmyk(20%, 0%, 50%, 53%) |
| LAB | lab(46.9 -19.4 29.5) |
| LCH | lch(46.9 35.3 123.4) |
| OKLCH | oklch(0.536 0.089 127.3) |
Copy-ready code
/* CSS */
color: #5f773c;
background-color: #5f773c;
/* Tailwind (arbitrary) */
class="text-[#5f773c] bg-[#5f773c]"
/* SCSS */
$brand: #5f773c;
/* SwiftUI */
Color(red: 0.373, green: 0.467, blue: 0.235)
/* Android */
Color.parseColor("#5f773c")Accessibility — WCAG contrast
Aa
#5f773c on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5f773c on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green46.7%
Blue23.5%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow49.6%
Key (black)53.3%
Color previews
#5f773c text on a black background
contrast 4.19:1
Card sample
#5f773c text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f773c;
Background color
Panel with #5f773c background
background-color: #5f773c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f773c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 119, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 119, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f773c; background: linear-gradient(135deg, #5f773c, #3C7740);