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