#1f994c
a dark, vivid green · cool · closest name: forestgreen
RGB
31, 153, 76
HSL
142°, 66%, 36%
CMYK
80, 0, 50, 40
Luminance
0.2360
Every format
| HEX | #1f994c |
| RGB | rgb(31, 153, 76) |
| HSL | hsl(142, 66%, 36%) |
| CMYK | cmyk(80%, 0%, 50%, 40%) |
| LAB | lab(55.7 -49.6 31.3) |
| LCH | lch(55.7 58.7 147.8) |
| OKLCH | oklch(0.601 0.153 150.3) |
Copy-ready code
/* CSS */
color: #1f994c;
background-color: #1f994c;
/* Tailwind (arbitrary) */
class="text-[#1f994c] bg-[#1f994c]"
/* SCSS */
$brand: #1f994c;
/* SwiftUI */
Color(red: 0.122, green: 0.600, blue: 0.298)
/* Android */
Color.parseColor("#1f994c")Accessibility — WCAG contrast
Aa
#1f994c on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f994c on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green60.0%
Blue29.8%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow50.3%
Key (black)40.0%
Color previews
#1f994c text on a black background
contrast 5.72:1
Card sample
#1f994c text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f994c;
Background color
Panel with #1f994c background
background-color: #1f994c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f994c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 153, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 153, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f994c; background: linear-gradient(135deg, #1f994c, #1F9599);