#139421
a dark, electric green · cool · closest name: forestgreen
RGB
19, 148, 33
HSL
127°, 77%, 33%
CMYK
87, 0, 78, 42
Luminance
0.2143
Every format
| HEX | #139421 |
| RGB | rgb(19, 148, 33) |
| HSL | hsl(127, 77%, 33%) |
| CMYK | cmyk(87%, 0%, 78%, 42%) |
| LAB | lab(53.4 -54.6 48.1) |
| LCH | lch(53.4 72.8 138.6) |
| OKLCH | oklch(0.581 0.183 143.7) |
Copy-ready code
/* CSS */
color: #139421;
background-color: #139421;
/* Tailwind (arbitrary) */
class="text-[#139421] bg-[#139421]"
/* SCSS */
$brand: #139421;
/* SwiftUI */
Color(red: 0.075, green: 0.580, blue: 0.129)
/* Android */
Color.parseColor("#139421")Accessibility — WCAG contrast
Aa
#139421 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#139421 on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green58.0%
Blue12.9%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow77.7%
Key (black)42.0%
Color previews
#139421 text on a black background
contrast 5.29:1
Card sample
#139421 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #139421;
Background color
Panel with #139421 background
background-color: #139421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #139421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 148, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 148, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #139421; background: linear-gradient(135deg, #139421, #139477);