#12640c
a deep, electric green · cool · closest name: forestgreen
RGB
18, 100, 12
HSL
116°, 79%, 22%
CMYK
82, 0, 88, 61
Luminance
0.0927
Every format
| HEX | #12640c |
| RGB | rgb(18, 100, 12) |
| HSL | hsl(116, 79%, 22%) |
| CMYK | cmyk(82%, 0%, 88%, 61%) |
| LAB | lab(36.5 -40.5 38.8) |
| LCH | lch(36.5 56.1 136.2) |
| OKLCH | oklch(0.439 0.140 142.1) |
Copy-ready code
/* CSS */
color: #12640c;
background-color: #12640c;
/* Tailwind (arbitrary) */
class="text-[#12640c] bg-[#12640c]"
/* SCSS */
$brand: #12640c;
/* SwiftUI */
Color(red: 0.071, green: 0.392, blue: 0.047)
/* Android */
Color.parseColor("#12640c")Accessibility — WCAG contrast
Aa
#12640c on white: 7.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#12640c on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green39.2%
Blue4.7%
CMYK percentages
Cyan82.0%
Magenta0.0%
Yellow88.0%
Key (black)60.8%
Color previews
#12640c text on a black background
contrast 2.85:1
Card sample
#12640c text on a white background
contrast 7.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12640c;
Background color
Panel with #12640c background
background-color: #12640c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12640c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 100, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 100, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12640c; background: linear-gradient(135deg, #12640c, #0C6441);