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