#15c621
a dark, electric green · cool · closest name: lime
RGB
21, 198, 33
HSL
124°, 81%, 43%
CMYK
89, 0, 83, 22
Luminance
0.4066
Every format
| HEX | #15c621 |
| RGB | rgb(21, 198, 33) |
| HSL | hsl(124, 81%, 43%) |
| CMYK | cmyk(89%, 0%, 83%, 22%) |
| LAB | lab(69.9 -69.2 63.7) |
| LCH | lch(69.9 94.1 137.4) |
| OKLCH | oklch(0.718 0.234 143.1) |
Copy-ready code
/* CSS */
color: #15c621;
background-color: #15c621;
/* Tailwind (arbitrary) */
class="text-[#15c621] bg-[#15c621]"
/* SCSS */
$brand: #15c621;
/* SwiftUI */
Color(red: 0.082, green: 0.776, blue: 0.129)
/* Android */
Color.parseColor("#15c621")Accessibility — WCAG contrast
Aa
#15c621 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#15c621 on black: 9.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green77.6%
Blue12.9%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow83.3%
Key (black)22.4%
Color previews
#15c621 text on a black background
contrast 9.13:1
Card sample
#15c621 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #15c621;
Background color
Panel with #15c621 background
background-color: #15c621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #15c621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 198, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 198, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #15c621; background: linear-gradient(135deg, #15c621, #15C697);