#1bdf7d
a balanced, electric green · cool · closest name: forestgreen
RGB
27, 223, 125
HSL
150°, 78%, 49%
CMYK
88, 0, 44, 13
Luminance
0.5449
Every format
| HEX | #1bdf7d |
| RGB | rgb(27, 223, 125) |
| HSL | hsl(150, 78%, 49%) |
| CMYK | cmyk(88%, 0%, 44%, 13%) |
| LAB | lab(78.7 -65.9 35.7) |
| LCH | lch(78.7 75.0 151.6) |
| OKLCH | oklch(0.794 0.198 153.5) |
Copy-ready code
/* CSS */
color: #1bdf7d;
background-color: #1bdf7d;
/* Tailwind (arbitrary) */
class="text-[#1bdf7d] bg-[#1bdf7d]"
/* SCSS */
$brand: #1bdf7d;
/* SwiftUI */
Color(red: 0.106, green: 0.875, blue: 0.490)
/* Android */
Color.parseColor("#1bdf7d")Accessibility — WCAG contrast
Aa
#1bdf7d on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bdf7d on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green87.5%
Blue49.0%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow43.9%
Key (black)12.5%
Color previews
#1bdf7d text on a black background
contrast 11.90:1
Card sample
#1bdf7d text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bdf7d;
Background color
Panel with #1bdf7d background
background-color: #1bdf7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bdf7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 223, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 223, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bdf7d; background: linear-gradient(135deg, #1bdf7d, #1BBEDF);