#3c613e
a dark, soft green · cool · closest name: darkslategray
RGB
60, 97, 62
HSL
123°, 24%, 31%
CMYK
38, 0, 36, 62
Luminance
0.0986
Every format
| HEX | #3c613e |
| RGB | rgb(60, 97, 62) |
| HSL | hsl(123, 24%, 31%) |
| CMYK | cmyk(38%, 0%, 36%, 62%) |
| LAB | lab(37.6 -21.3 15.9) |
| LCH | lch(37.6 26.6 143.3) |
| OKLCH | oklch(0.455 0.070 145.5) |
Copy-ready code
/* CSS */
color: #3c613e;
background-color: #3c613e;
/* Tailwind (arbitrary) */
class="text-[#3c613e] bg-[#3c613e]"
/* SCSS */
$brand: #3c613e;
/* SwiftUI */
Color(red: 0.235, green: 0.380, blue: 0.243)
/* Android */
Color.parseColor("#3c613e")Accessibility — WCAG contrast
Aa
#3c613e on white: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3c613e on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green38.0%
Blue24.3%
CMYK percentages
Cyan38.1%
Magenta0.0%
Yellow36.1%
Key (black)62.0%
Color previews
#3c613e text on a black background
contrast 2.97:1
Card sample
#3c613e text on a white background
contrast 7.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c613e;
Background color
Panel with #3c613e background
background-color: #3c613e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c613e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 97, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 97, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c613e; background: linear-gradient(135deg, #3c613e, #3C6157);