#1bff89
a balanced, electric green · cool · closest name: lime
RGB
27, 255, 137
HSL
149°, 100%, 55%
CMYK
89, 0, 46, 0
Luminance
0.7356
Every format
| HEX | #1bff89 |
| RGB | rgb(27, 255, 137) |
| HSL | hsl(149, 100%, 55%) |
| CMYK | cmyk(89%, 0%, 46%, 0%) |
| LAB | lab(88.7 -74.4 42.6) |
| LCH | lch(88.7 85.7 150.2) |
| OKLCH | oklch(0.878 0.225 152.4) |
Copy-ready code
/* CSS */
color: #1bff89;
background-color: #1bff89;
/* Tailwind (arbitrary) */
class="text-[#1bff89] bg-[#1bff89]"
/* SCSS */
$brand: #1bff89;
/* SwiftUI */
Color(red: 0.106, green: 1.000, blue: 0.537)
/* Android */
Color.parseColor("#1bff89")Accessibility — WCAG contrast
Aa
#1bff89 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bff89 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green100.0%
Blue53.7%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow46.3%
Key (black)0.0%
Color previews
#1bff89 text on a black background
contrast 15.71:1
Card sample
#1bff89 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bff89;
Background color
Panel with #1bff89 background
background-color: #1bff89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bff89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 255, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 255, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bff89; background: linear-gradient(135deg, #1bff89, #1BDDFF);