#1bda21
a balanced, electric green · cool · closest name: lime
RGB
27, 218, 33
HSL
122°, 78%, 48%
CMYK
88, 0, 85, 15
Luminance
0.5049
Every format
| HEX | #1bda21 |
| RGB | rgb(27, 218, 33) |
| HSL | hsl(122, 78%, 48%) |
| CMYK | cmyk(88%, 0%, 85%, 15%) |
| LAB | lab(76.4 -74.4 69.5) |
| LCH | lch(76.4 101.8 136.9) |
| OKLCH | oklch(0.772 0.253 142.8) |
Copy-ready code
/* CSS */
color: #1bda21;
background-color: #1bda21;
/* Tailwind (arbitrary) */
class="text-[#1bda21] bg-[#1bda21]"
/* SCSS */
$brand: #1bda21;
/* SwiftUI */
Color(red: 0.106, green: 0.855, blue: 0.129)
/* Android */
Color.parseColor("#1bda21")Accessibility — WCAG contrast
Aa
#1bda21 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1bda21 on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.6%
Green85.5%
Blue12.9%
CMYK percentages
Cyan87.6%
Magenta0.0%
Yellow84.9%
Key (black)14.5%
Color previews
#1bda21 text on a black background
contrast 11.10:1
Card sample
#1bda21 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1bda21;
Background color
Panel with #1bda21 background
background-color: #1bda21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1bda21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(27, 218, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(27, 218, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1bda21; background: linear-gradient(135deg, #1bda21, #1BDAA0);