#0c4d2f
a deep, vivid green · cool · closest name: darkslategray
RGB
12, 77, 47
HSL
152°, 73%, 18%
CMYK
84, 0, 39, 70
Luminance
0.0559
Every format
| HEX | #0c4d2f |
| RGB | rgb(12, 77, 47) |
| HSL | hsl(152, 73%, 18%) |
| CMYK | cmyk(84%, 0%, 39%, 70%) |
| LAB | lab(28.4 -27.8 12.3) |
| LCH | lch(28.4 30.4 156.1) |
| OKLCH | oklch(0.373 0.081 157.6) |
Copy-ready code
/* CSS */
color: #0c4d2f;
background-color: #0c4d2f;
/* Tailwind (arbitrary) */
class="text-[#0c4d2f] bg-[#0c4d2f]"
/* SCSS */
$brand: #0c4d2f;
/* SwiftUI */
Color(red: 0.047, green: 0.302, blue: 0.184)
/* Android */
Color.parseColor("#0c4d2f")Accessibility — WCAG contrast
Aa
#0c4d2f on white: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0c4d2f on black: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green30.2%
Blue18.4%
CMYK percentages
Cyan84.4%
Magenta0.0%
Yellow39.0%
Key (black)69.8%
Color previews
#0c4d2f text on a black background
contrast 2.12:1
Card sample
#0c4d2f text on a white background
contrast 9.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c4d2f;
Background color
Panel with #0c4d2f background
background-color: #0c4d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c4d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 77, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 77, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c4d2f; background: linear-gradient(135deg, #0c4d2f, #0C404D);