#5ac821
a balanced, vivid green · cool · closest name: green
RGB
90, 200, 33
HSL
100°, 72%, 46%
CMYK
55, 0, 84, 22
Luminance
0.4359
Every format
| HEX | #5ac821 |
| RGB | rgb(90, 200, 33) |
| HSL | hsl(100, 72%, 46%) |
| CMYK | cmyk(55%, 0%, 84%, 22%) |
| LAB | lab(72.0 -58.1 66.1) |
| LCH | lch(72.0 88.0 131.3) |
| OKLCH | oklch(0.739 0.217 138.0) |
Copy-ready code
/* CSS */
color: #5ac821;
background-color: #5ac821;
/* Tailwind (arbitrary) */
class="text-[#5ac821] bg-[#5ac821]"
/* SCSS */
$brand: #5ac821;
/* SwiftUI */
Color(red: 0.353, green: 0.784, blue: 0.129)
/* Android */
Color.parseColor("#5ac821")Accessibility — WCAG contrast
Aa
#5ac821 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ac821 on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green78.4%
Blue12.9%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow83.5%
Key (black)21.6%
Color previews
#5ac821 text on a black background
contrast 9.72:1
Card sample
#5ac821 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ac821;
Background color
Panel with #5ac821 background
background-color: #5ac821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ac821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 200, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 200, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ac821; background: linear-gradient(135deg, #5ac821, #21C857);