#1fdf9c
a balanced, electric green · cool · closest name: aquamarine
RGB
31, 223, 156
HSL
159°, 76%, 50%
CMYK
86, 0, 30, 13
Luminance
0.5547
Every format
| HEX | #1fdf9c |
| RGB | rgb(31, 223, 156) |
| HSL | hsl(159, 76%, 50%) |
| CMYK | cmyk(86%, 0%, 30%, 13%) |
| LAB | lab(79.3 -59.6 20.6) |
| LCH | lch(79.3 63.0 160.9) |
| OKLCH | oklch(0.801 0.170 162.1) |
Copy-ready code
/* CSS */
color: #1fdf9c;
background-color: #1fdf9c;
/* Tailwind (arbitrary) */
class="text-[#1fdf9c] bg-[#1fdf9c]"
/* SCSS */
$brand: #1fdf9c;
/* SwiftUI */
Color(red: 0.122, green: 0.875, blue: 0.612)
/* Android */
Color.parseColor("#1fdf9c")Accessibility — WCAG contrast
Aa
#1fdf9c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1fdf9c on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green87.5%
Blue61.2%
CMYK percentages
Cyan86.1%
Magenta0.0%
Yellow30.0%
Key (black)12.5%
Color previews
#1fdf9c text on a black background
contrast 12.09:1
Card sample
#1fdf9c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1fdf9c;
Background color
Panel with #1fdf9c background
background-color: #1fdf9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1fdf9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 223, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 223, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1fdf9c; background: linear-gradient(135deg, #1fdf9c, #1FA2DF);