#129136
a dark, electric green · cool · closest name: forestgreen
RGB
18, 145, 54
HSL
137°, 78%, 32%
CMYK
88, 0, 63, 43
Luminance
0.2065
Every format
| HEX | #129136 |
| RGB | rgb(18, 145, 54) |
| HSL | hsl(137, 78%, 32%) |
| CMYK | cmyk(88%, 0%, 63%, 43%) |
| LAB | lab(52.6 -51.5 38.5) |
| LCH | lch(52.6 64.3 143.2) |
| OKLCH | oklch(0.574 0.165 146.9) |
Copy-ready code
/* CSS */
color: #129136;
background-color: #129136;
/* Tailwind (arbitrary) */
class="text-[#129136] bg-[#129136]"
/* SCSS */
$brand: #129136;
/* SwiftUI */
Color(red: 0.071, green: 0.569, blue: 0.212)
/* Android */
Color.parseColor("#129136")Accessibility — WCAG contrast
Aa
#129136 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#129136 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.1%
Green56.9%
Blue21.2%
CMYK percentages
Cyan87.6%
Magenta0.0%
Yellow62.8%
Key (black)43.1%
Color previews
#129136 text on a black background
contrast 5.13:1
Card sample
#129136 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #129136;
Background color
Panel with #129136 background
background-color: #129136;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #129136;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(18, 145, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(18, 145, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #129136; background: linear-gradient(135deg, #129136, #12918B);