#137921
a dark, vivid green · cool · closest name: forestgreen
RGB
19, 121, 33
HSL
128°, 73%, 28%
CMYK
84, 0, 73, 53
Luminance
0.1392
Every format
| HEX | #137921 |
| RGB | rgb(19, 121, 33) |
| HSL | hsl(128, 73%, 28%) |
| CMYK | cmyk(84%, 0%, 73%, 53%) |
| LAB | lab(44.1 -45.8 38.7) |
| LCH | lch(44.1 60.0 139.9) |
| OKLCH | oklch(0.503 0.152 144.4) |
Copy-ready code
/* CSS */
color: #137921;
background-color: #137921;
/* Tailwind (arbitrary) */
class="text-[#137921] bg-[#137921]"
/* SCSS */
$brand: #137921;
/* SwiftUI */
Color(red: 0.075, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#137921")Accessibility — WCAG contrast
Aa
#137921 on white: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#137921 on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green47.5%
Blue12.9%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow72.7%
Key (black)52.5%
Color previews
#137921 text on a black background
contrast 3.78:1
Card sample
#137921 text on a white background
contrast 5.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #137921;
Background color
Panel with #137921 background
background-color: #137921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #137921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #137921; background: linear-gradient(135deg, #137921, #137965);