#0c973f
a dark, electric green · cool · closest name: forestgreen
RGB
12, 151, 63
HSL
142°, 85%, 32%
CMYK
92, 0, 58, 41
Luminance
0.2257
Every format
| HEX | #0c973f |
| RGB | rgb(12, 151, 63) |
| HSL | hsl(142, 85%, 32%) |
| CMYK | cmyk(92%, 0%, 58%, 41%) |
| LAB | lab(54.6 -52.8 36.6) |
| LCH | lch(54.6 64.2 145.3) |
| OKLCH | oklch(0.591 0.166 148.4) |
Copy-ready code
/* CSS */
color: #0c973f;
background-color: #0c973f;
/* Tailwind (arbitrary) */
class="text-[#0c973f] bg-[#0c973f]"
/* SCSS */
$brand: #0c973f;
/* SwiftUI */
Color(red: 0.047, green: 0.592, blue: 0.247)
/* Android */
Color.parseColor("#0c973f")Accessibility — WCAG contrast
Aa
#0c973f on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0c973f on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green59.2%
Blue24.7%
CMYK percentages
Cyan92.1%
Magenta0.0%
Yellow58.3%
Key (black)40.8%
Color previews
#0c973f text on a black background
contrast 5.51:1
Card sample
#0c973f text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c973f;
Background color
Panel with #0c973f background
background-color: #0c973f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c973f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 151, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 151, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c973f; background: linear-gradient(135deg, #0c973f, #0C9397);