#1bd73f
a balanced, electric green · cool · closest name: lime
RGB
27, 215, 63
HSL
132°, 78%, 48%
CMYK
87, 0, 71, 16
Luminance
0.4919
Every format
| HEX | #1bd73f |
| RGB | rgb(27, 215, 63) |
| HSL | hsl(132, 78%, 48%) |
| CMYK | cmyk(87%, 0%, 71%, 16%) |
| LAB | lab(75.6 -71.6 59.8) |
| LCH | lch(75.6 93.3 140.1) |
| OKLCH | oklch(0.766 0.236 144.8) |
Copy-ready code
/* CSS */
color: #1bd73f;
background-color: #1bd73f;
/* Tailwind (arbitrary) */
class="text-[#1bd73f] bg-[#1bd73f]"
/* SCSS */
$brand: #1bd73f;
/* SwiftUI */
Color(red: 0.106, green: 0.843, blue: 0.247)
/* Android */
Color.parseColor("#1bd73f")Accessibility — WCAG contrast
Aa
#1bd73f on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bd73f on black: 10.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green84.3%
Blue24.7%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow70.7%
Key (black)15.7%
Color previews
#1bd73f text on a black background
contrast 10.84:1
Card sample
#1bd73f text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bd73f;
Background color
Panel with #1bd73f background
background-color: #1bd73f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bd73f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 215, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 215, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bd73f; background: linear-gradient(135deg, #1bd73f, #1BD7BD);