#0c7618
a dark, electric green · cool · closest name: forestgreen
RGB
12, 118, 24
HSL
127°, 82%, 26%
CMYK
90, 0, 80, 54
Luminance
0.1310
Every format
| HEX | #0c7618 |
| RGB | rgb(12, 118, 24) |
| HSL | hsl(127, 82%, 26%) |
| CMYK | cmyk(90%, 0%, 80%, 54%) |
| LAB | lab(42.9 -46.4 40.9) |
| LCH | lch(42.9 61.9 138.6) |
| OKLCH | oklch(0.493 0.156 143.8) |
Copy-ready code
/* CSS */
color: #0c7618;
background-color: #0c7618;
/* Tailwind (arbitrary) */
class="text-[#0c7618] bg-[#0c7618]"
/* SCSS */
$brand: #0c7618;
/* SwiftUI */
Color(red: 0.047, green: 0.463, blue: 0.094)
/* Android */
Color.parseColor("#0c7618")Accessibility — WCAG contrast
Aa
#0c7618 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#0c7618 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red4.7%
Green46.3%
Blue9.4%
CMYK percentages
Cyan89.8%
Magenta0.0%
Yellow79.7%
Key (black)53.7%
Color previews
#0c7618 text on a black background
contrast 3.62:1
Card sample
#0c7618 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0c7618;
Background color
Panel with #0c7618 background
background-color: #0c7618;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0c7618;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(12, 118, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(12, 118, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0c7618; background: linear-gradient(135deg, #0c7618, #0C765F);