#3c7f64
a dark, soft green · cool · closest name: teal
RGB
60, 127, 100
HSL
156°, 36%, 37%
CMYK
53, 0, 21, 50
Luminance
0.1706
Every format
| HEX | #3c7f64 |
| RGB | rgb(60, 127, 100) |
| HSL | hsl(156, 36%, 37%) |
| CMYK | cmyk(53%, 0%, 21%, 50%) |
| LAB | lab(48.3 -28.2 8.3) |
| LCH | lch(48.3 29.4 163.7) |
| OKLCH | oklch(0.545 0.081 164.9) |
Copy-ready code
/* CSS */
color: #3c7f64;
background-color: #3c7f64;
/* Tailwind (arbitrary) */
class="text-[#3c7f64] bg-[#3c7f64]"
/* SCSS */
$brand: #3c7f64;
/* SwiftUI */
Color(red: 0.235, green: 0.498, blue: 0.392)
/* Android */
Color.parseColor("#3c7f64")Accessibility — WCAG contrast
Aa
#3c7f64 on white: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c7f64 on black: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green49.8%
Blue39.2%
CMYK percentages
Cyan52.8%
Magenta0.0%
Yellow21.3%
Key (black)50.2%
Color previews
#3c7f64 text on a black background
contrast 4.41:1
Card sample
#3c7f64 text on a white background
contrast 4.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c7f64;
Background color
Panel with #3c7f64 background
background-color: #3c7f64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c7f64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 127, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 127, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c7f64; background: linear-gradient(135deg, #3c7f64, #3C6D7F);