#16b621
a dark, electric green · cool · closest name: green
RGB
22, 182, 33
HSL
124°, 78%, 40%
CMYK
88, 0, 82, 29
Luminance
0.3374
Every format
| HEX | #16b621 |
| RGB | rgb(22, 182, 33) |
| HSL | hsl(124, 78%, 40%) |
| CMYK | cmyk(88%, 0%, 82%, 29%) |
| LAB | lab(64.8 -64.5 59.0) |
| LCH | lch(64.8 87.4 137.6) |
| OKLCH | oklch(0.675 0.218 143.2) |
Copy-ready code
/* CSS */
color: #16b621;
background-color: #16b621;
/* Tailwind (arbitrary) */
class="text-[#16b621] bg-[#16b621]"
/* SCSS */
$brand: #16b621;
/* SwiftUI */
Color(red: 0.086, green: 0.714, blue: 0.129)
/* Android */
Color.parseColor("#16b621")Accessibility — WCAG contrast
Aa
#16b621 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#16b621 on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.6%
Green71.4%
Blue12.9%
CMYK percentages
Cyan87.9%
Magenta0.0%
Yellow81.9%
Key (black)28.6%
Color previews
#16b621 text on a black background
contrast 7.75:1
Card sample
#16b621 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #16b621;
Background color
Panel with #16b621 background
background-color: #16b621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #16b621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(22, 182, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(22, 182, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #16b621; background: linear-gradient(135deg, #16b621, #16B68C);