#129f2f
a dark, electric green · cool · closest name: forestgreen
RGB
18, 159, 47
HSL
132°, 80%, 35%
CMYK
89, 0, 70, 38
Luminance
0.2513
Every format
| HEX | #129f2f |
| RGB | rgb(18, 159, 47) |
| HSL | hsl(132, 80%, 35%) |
| CMYK | cmyk(89%, 0%, 70%, 38%) |
| LAB | lab(57.2 -56.9 46.7) |
| LCH | lch(57.2 73.6 140.6) |
| OKLCH | oklch(0.612 0.187 145.1) |
Copy-ready code
/* CSS */
color: #129f2f;
background-color: #129f2f;
/* Tailwind (arbitrary) */
class="text-[#129f2f] bg-[#129f2f]"
/* SCSS */
$brand: #129f2f;
/* SwiftUI */
Color(red: 0.071, green: 0.624, blue: 0.184)
/* Android */
Color.parseColor("#129f2f")Accessibility — WCAG contrast
Aa
#129f2f on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129f2f on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green62.4%
Blue18.4%
CMYK percentages
Cyan88.7%
Magenta0.0%
Yellow70.4%
Key (black)37.6%
Color previews
#129f2f text on a black background
contrast 6.03:1
Card sample
#129f2f text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129f2f;
Background color
Panel with #129f2f background
background-color: #129f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 159, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 159, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129f2f; background: linear-gradient(135deg, #129f2f, #129F8D);