#12b849
a dark, electric green · cool · closest name: forestgreen
RGB
18, 184, 73
HSL
140°, 82%, 40%
CMYK
90, 0, 60, 28
Luminance
0.3489
Every format
| HEX | #12b849 |
| RGB | rgb(18, 184, 73) |
| HSL | hsl(140, 82%, 40%) |
| CMYK | cmyk(90%, 0%, 60%, 28%) |
| LAB | lab(65.7 -61.8 44.8) |
| LCH | lch(65.7 76.3 144.1) |
| OKLCH | oklch(0.684 0.197 147.5) |
Copy-ready code
/* CSS */
color: #12b849;
background-color: #12b849;
/* Tailwind (arbitrary) */
class="text-[#12b849] bg-[#12b849]"
/* SCSS */
$brand: #12b849;
/* SwiftUI */
Color(red: 0.071, green: 0.722, blue: 0.286)
/* Android */
Color.parseColor("#12b849")Accessibility — WCAG contrast
Aa
#12b849 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#12b849 on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green72.2%
Blue28.6%
CMYK percentages
Cyan90.2%
Magenta0.0%
Yellow60.3%
Key (black)27.8%
Color previews
#12b849 text on a black background
contrast 7.98:1
Card sample
#12b849 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #12b849;
Background color
Panel with #12b849 background
background-color: #12b849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #12b849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 184, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 184, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #12b849; background: linear-gradient(135deg, #12b849, #12B8B8);