#137321
a dark, vivid green · cool · closest name: forestgreen
RGB
19, 115, 33
HSL
129°, 72%, 26%
CMYK
84, 0, 71, 55
Luminance
0.1251
Every format
| HEX | #137321 |
| RGB | rgb(19, 115, 33) |
| HSL | hsl(129, 72%, 26%) |
| CMYK | cmyk(84%, 0%, 71%, 55%) |
| LAB | lab(42.0 -43.8 36.4) |
| LCH | lch(42.0 57.0 140.2) |
| OKLCH | oklch(0.486 0.145 144.7) |
Copy-ready code
/* CSS */
color: #137321;
background-color: #137321;
/* Tailwind (arbitrary) */
class="text-[#137321] bg-[#137321]"
/* SCSS */
$brand: #137321;
/* SwiftUI */
Color(red: 0.075, green: 0.451, blue: 0.129)
/* Android */
Color.parseColor("#137321")Accessibility — WCAG contrast
Aa
#137321 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#137321 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green45.1%
Blue12.9%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow71.3%
Key (black)54.9%
Color previews
#137321 text on a black background
contrast 3.50:1
Card sample
#137321 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #137321;
Background color
Panel with #137321 background
background-color: #137321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #137321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 115, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 115, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #137321; background: linear-gradient(135deg, #137321, #137361);