#1fba5d
a dark, vivid green · cool · closest name: forestgreen
RGB
31, 186, 93
HSL
144°, 71%, 43%
CMYK
83, 0, 50, 27
Luminance
0.3620
Every format
| HEX | #1fba5d |
| RGB | rgb(31, 186, 93) |
| HSL | hsl(144, 71%, 43%) |
| CMYK | cmyk(83%, 0%, 50%, 27%) |
| LAB | lab(66.7 -58.5 36.4) |
| LCH | lch(66.7 68.9 148.1) |
| OKLCH | oklch(0.693 0.180 150.6) |
Copy-ready code
/* CSS */
color: #1fba5d;
background-color: #1fba5d;
/* Tailwind (arbitrary) */
class="text-[#1fba5d] bg-[#1fba5d]"
/* SCSS */
$brand: #1fba5d;
/* SwiftUI */
Color(red: 0.122, green: 0.729, blue: 0.365)
/* Android */
Color.parseColor("#1fba5d")Accessibility — WCAG contrast
Aa
#1fba5d on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fba5d on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green72.9%
Blue36.5%
CMYK percentages
Cyan83.3%
Magenta0.0%
Yellow50.0%
Key (black)27.1%
Color previews
#1fba5d text on a black background
contrast 8.24:1
Card sample
#1fba5d text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fba5d;
Background color
Panel with #1fba5d background
background-color: #1fba5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fba5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 186, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 186, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fba5d; background: linear-gradient(135deg, #1fba5d, #1FAFBA);