#1f841f
a dark, vivid green · cool · closest name: forestgreen
RGB
31, 132, 31
HSL
120°, 62%, 32%
CMYK
77, 0, 77, 48
Luminance
0.1689
Every format
| HEX | #1f841f |
| RGB | rgb(31, 132, 31) |
| HSL | hsl(120, 62%, 32%) |
| CMYK | cmyk(77%, 0%, 77%, 48%) |
| LAB | lab(48.1 -48.0 43.6) |
| LCH | lch(48.1 64.8 137.7) |
| OKLCH | oklch(0.537 0.163 142.9) |
Copy-ready code
/* CSS */
color: #1f841f;
background-color: #1f841f;
/* Tailwind (arbitrary) */
class="text-[#1f841f] bg-[#1f841f]"
/* SCSS */
$brand: #1f841f;
/* SwiftUI */
Color(red: 0.122, green: 0.518, blue: 0.122)
/* Android */
Color.parseColor("#1f841f")Accessibility — WCAG contrast
Aa
#1f841f on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#1f841f on black: 4.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green51.8%
Blue12.2%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow76.5%
Key (black)48.2%
Color previews
#1f841f text on a black background
contrast 4.38:1
Card sample
#1f841f text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f841f;
Background color
Panel with #1f841f background
background-color: #1f841f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f841f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 132, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 132, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f841f; background: linear-gradient(135deg, #1f841f, #1F8462);