#1fba3e
a dark, vivid green · cool · closest name: forestgreen
RGB
31, 186, 62
HSL
132°, 71%, 43%
CMYK
83, 0, 67, 27
Luminance
0.3576
Every format
| HEX | #1fba3e |
| RGB | rgb(31, 186, 62) |
| HSL | hsl(132, 71%, 43%) |
| CMYK | cmyk(83%, 0%, 67%, 27%) |
| LAB | lab(66.3 -62.6 50.4) |
| LCH | lch(66.3 80.3 141.2) |
| OKLCH | oklch(0.689 0.205 145.4) |
Copy-ready code
/* CSS */
color: #1fba3e;
background-color: #1fba3e;
/* Tailwind (arbitrary) */
class="text-[#1fba3e] bg-[#1fba3e]"
/* SCSS */
$brand: #1fba3e;
/* SwiftUI */
Color(red: 0.122, green: 0.729, blue: 0.243)
/* Android */
Color.parseColor("#1fba3e")Accessibility — WCAG contrast
Aa
#1fba3e on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fba3e on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green72.9%
Blue24.3%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow66.7%
Key (black)27.1%
Color previews
#1fba3e text on a black background
contrast 8.15:1
Card sample
#1fba3e text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fba3e;
Background color
Panel with #1fba3e background
background-color: #1fba3e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fba3e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 186, 62, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 186, 62, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fba3e; background: linear-gradient(135deg, #1fba3e, #1FBAA5);