#129c45
a dark, electric green · cool · closest name: forestgreen
RGB
18, 156, 69
HSL
142°, 79%, 34%
CMYK
89, 0, 56, 39
Luminance
0.2434
Every format
| HEX | #129c45 |
| RGB | rgb(18, 156, 69) |
| HSL | hsl(142, 79%, 34%) |
| CMYK | cmyk(89%, 0%, 56%, 39%) |
| LAB | lab(56.4 -53.1 35.8) |
| LCH | lch(56.4 64.1 146.1) |
| OKLCH | oklch(0.607 0.166 149.0) |
Copy-ready code
/* CSS */
color: #129c45;
background-color: #129c45;
/* Tailwind (arbitrary) */
class="text-[#129c45] bg-[#129c45]"
/* SCSS */
$brand: #129c45;
/* SwiftUI */
Color(red: 0.071, green: 0.612, blue: 0.271)
/* Android */
Color.parseColor("#129c45")Accessibility — WCAG contrast
Aa
#129c45 on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129c45 on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green61.2%
Blue27.1%
CMYK percentages
Cyan88.5%
Magenta0.0%
Yellow55.8%
Key (black)38.8%
Color previews
#129c45 text on a black background
contrast 5.87:1
Card sample
#129c45 text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129c45;
Background color
Panel with #129c45 background
background-color: #129c45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129c45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 156, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 156, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129c45; background: linear-gradient(135deg, #129c45, #12979C);