#16b921
a dark, electric green · cool · closest name: green
RGB
22, 185, 33
HSL
124°, 79%, 41%
CMYK
88, 0, 82, 28
Luminance
0.3498
Every format
| HEX | #16b921 |
| RGB | rgb(22, 185, 33) |
| HSL | hsl(124, 79%, 41%) |
| CMYK | cmyk(88%, 0%, 82%, 28%) |
| LAB | lab(65.7 -65.4 59.9) |
| LCH | lch(65.7 88.7 137.5) |
| OKLCH | oklch(0.683 0.221 143.2) |
Copy-ready code
/* CSS */
color: #16b921;
background-color: #16b921;
/* Tailwind (arbitrary) */
class="text-[#16b921] bg-[#16b921]"
/* SCSS */
$brand: #16b921;
/* SwiftUI */
Color(red: 0.086, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#16b921")Accessibility — WCAG contrast
Aa
#16b921 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16b921 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green72.5%
Blue12.9%
CMYK percentages
Cyan88.1%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#16b921 text on a black background
contrast 8.00:1
Card sample
#16b921 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16b921;
Background color
Panel with #16b921 background
background-color: #16b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16b921; background: linear-gradient(135deg, #16b921, #16B98E);