#1f9021
a dark, vivid green · cool · closest name: forestgreen
RGB
31, 144, 33
HSL
121°, 65%, 34%
CMYK
79, 0, 77, 44
Luminance
0.2035
Every format
| HEX | #1f9021 |
| RGB | rgb(31, 144, 33) |
| HSL | hsl(121, 65%, 34%) |
| CMYK | cmyk(79%, 0%, 77%, 44%) |
| LAB | lab(52.2 -51.8 47.0) |
| LCH | lch(52.2 70.0 137.8) |
| OKLCH | oklch(0.571 0.176 143.0) |
Copy-ready code
/* CSS */
color: #1f9021;
background-color: #1f9021;
/* Tailwind (arbitrary) */
class="text-[#1f9021] bg-[#1f9021]"
/* SCSS */
$brand: #1f9021;
/* SwiftUI */
Color(red: 0.122, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#1f9021")Accessibility — WCAG contrast
Aa
#1f9021 on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#1f9021 on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green56.5%
Blue12.9%
CMYK percentages
Cyan78.5%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#1f9021 text on a black background
contrast 5.07:1
Card sample
#1f9021 text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f9021;
Background color
Panel with #1f9021 background
background-color: #1f9021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f9021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f9021; background: linear-gradient(135deg, #1f9021, #1F906C);