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