#3c581f
a deep, vivid green · cool · closest name: seagreen
RGB
60, 88, 31
HSL
90°, 48%, 23%
CMYK
32, 0, 65, 66
Luminance
0.0804
Every format
| HEX | #3c581f |
| RGB | rgb(60, 88, 31) |
| HSL | hsl(90, 48%, 23%) |
| CMYK | cmyk(32%, 0%, 65%, 66%) |
| LAB | lab(34.1 -21.2 29.1) |
| LCH | lch(34.1 36.0 126.1) |
| OKLCH | oklch(0.424 0.090 131.3) |
Copy-ready code
/* CSS */
color: #3c581f;
background-color: #3c581f;
/* Tailwind (arbitrary) */
class="text-[#3c581f] bg-[#3c581f]"
/* SCSS */
$brand: #3c581f;
/* SwiftUI */
Color(red: 0.235, green: 0.345, blue: 0.122)
/* Android */
Color.parseColor("#3c581f")Accessibility — WCAG contrast
Aa
#3c581f on white: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c581f on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green34.5%
Blue12.2%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow64.8%
Key (black)65.5%
Color previews
#3c581f text on a black background
contrast 2.61:1
Card sample
#3c581f text on a white background
contrast 8.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c581f;
Background color
Panel with #3c581f background
background-color: #3c581f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c581f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 88, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 88, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c581f; background: linear-gradient(135deg, #3c581f, #1F5828);