#1fd775
a balanced, vivid green · cool · closest name: forestgreen
RGB
31, 215, 117
HSL
148°, 75%, 48%
CMYK
86, 0, 46, 16
Luminance
0.5018
Every format
| HEX | #1fd775 |
| RGB | rgb(31, 215, 117) |
| HSL | hsl(148, 75%, 48%) |
| CMYK | cmyk(86%, 0%, 46%, 16%) |
| LAB | lab(76.2 -64.3 36.4) |
| LCH | lch(76.2 73.9 150.5) |
| OKLCH | oklch(0.773 0.194 152.6) |
Copy-ready code
/* CSS */
color: #1fd775;
background-color: #1fd775;
/* Tailwind (arbitrary) */
class="text-[#1fd775] bg-[#1fd775]"
/* SCSS */
$brand: #1fd775;
/* SwiftUI */
Color(red: 0.122, green: 0.843, blue: 0.459)
/* Android */
Color.parseColor("#1fd775")Accessibility — WCAG contrast
Aa
#1fd775 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fd775 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green84.3%
Blue45.9%
CMYK percentages
Cyan85.6%
Magenta0.0%
Yellow45.6%
Key (black)15.7%
Color previews
#1fd775 text on a black background
contrast 11.04:1
Card sample
#1fd775 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fd775;
Background color
Panel with #1fd775 background
background-color: #1fd775;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fd775;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 215, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 215, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fd775; background: linear-gradient(135deg, #1fd775, #1FBED7);