#137713
a dark, vivid green · cool · closest name: forestgreen
RGB
19, 119, 19
HSL
120°, 73%, 27%
CMYK
84, 0, 84, 53
Luminance
0.1338
Every format
| HEX | #137713 |
| RGB | rgb(19, 119, 19) |
| HSL | hsl(120, 73%, 27%) |
| CMYK | cmyk(84%, 0%, 84%, 53%) |
| LAB | lab(43.3 -46.3 43.0) |
| LCH | lch(43.3 63.2 137.1) |
| OKLCH | oklch(0.496 0.158 142.7) |
Copy-ready code
/* CSS */
color: #137713;
background-color: #137713;
/* Tailwind (arbitrary) */
class="text-[#137713] bg-[#137713]"
/* SCSS */
$brand: #137713;
/* SwiftUI */
Color(red: 0.075, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#137713")Accessibility — WCAG contrast
Aa
#137713 on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#137713 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green46.7%
Blue7.5%
CMYK percentages
Cyan84.0%
Magenta0.0%
Yellow84.0%
Key (black)53.3%
Color previews
#137713 text on a black background
contrast 3.68:1
Card sample
#137713 text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #137713;
Background color
Panel with #137713 background
background-color: #137713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #137713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #137713; background: linear-gradient(135deg, #137713, #137756);