Wicked Witch
#5b984f
Looking for the precise values behind Wicked Witch (#5b984f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #5b984f | |
|---|---|---|
| RGB | rgb(91, 152, 79) | |
| HSL | hsl(110, 32%, 45%) | |
| CMYK | cmyk(40%, 0%, 48%, 40%) | |
| LAB | lab(57, -32, 32) | |
| OKLCH | oklch(0.62 0.123 140) |
Color harmonies
Tints & shades
Code snippets
color: #5b984f;
background-color: #5b984f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF5B984F)
/* Swift / UIKit */
UIColor(red: 0.36, green: 0.60, blue: 0.31, alpha: 1.0)