#1fc621
a dark, vivid green · cool · closest name: lime
RGB
31, 198, 33
HSL
121°, 73%, 45%
CMYK
84, 0, 83, 22
Luminance
0.4079
Every format
| HEX | #1fc621 |
| RGB | rgb(31, 198, 33) |
| HSL | hsl(121, 73%, 45%) |
| CMYK | cmyk(84%, 0%, 83%, 22%) |
| LAB | lab(70.0 -68.4 63.9) |
| LCH | lch(70.0 93.6 137.0) |
| OKLCH | oklch(0.719 0.233 142.8) |
Copy-ready code
/* CSS */
color: #1fc621;
background-color: #1fc621;
/* Tailwind (arbitrary) */
class="text-[#1fc621] bg-[#1fc621]"
/* SCSS */
$brand: #1fc621;
/* SwiftUI */
Color(red: 0.122, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#1fc621")Accessibility — WCAG contrast
Aa
#1fc621 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fc621 on black: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green77.6%
Blue12.9%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#1fc621 text on a black background
contrast 9.16:1
Card sample
#1fc621 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fc621;
Background color
Panel with #1fc621 background
background-color: #1fc621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fc621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fc621; background: linear-gradient(135deg, #1fc621, #1FC690);