#1fcd76
a balanced, vivid green · cool · closest name: forestgreen
RGB
31, 205, 118
HSL
150°, 74%, 46%
CMYK
85, 0, 42, 20
Luminance
0.4526
Every format
| HEX | #1fcd76 |
| RGB | rgb(31, 205, 118) |
| HSL | hsl(150, 74%, 46%) |
| CMYK | cmyk(85%, 0%, 42%, 20%) |
| LAB | lab(73.1 -60.7 31.9) |
| LCH | lch(73.1 68.6 152.3) |
| OKLCH | oklch(0.747 0.181 154.2) |
Copy-ready code
/* CSS */
color: #1fcd76;
background-color: #1fcd76;
/* Tailwind (arbitrary) */
class="text-[#1fcd76] bg-[#1fcd76]"
/* SCSS */
$brand: #1fcd76;
/* SwiftUI */
Color(red: 0.122, green: 0.804, blue: 0.463)
/* Android */
Color.parseColor("#1fcd76")Accessibility — WCAG contrast
Aa
#1fcd76 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fcd76 on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green80.4%
Blue46.3%
CMYK percentages
Cyan84.9%
Magenta0.0%
Yellow42.4%
Key (black)19.6%
Color previews
#1fcd76 text on a black background
contrast 10.05:1
Card sample
#1fcd76 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fcd76;
Background color
Panel with #1fcd76 background
background-color: #1fcd76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fcd76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 205, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 205, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fcd76; background: linear-gradient(135deg, #1fcd76, #1FB0CD);