Zombie
#dadead
Zombie is a color with the hex code #dadead. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #dadead | |
|---|---|---|
| RGB | rgb(218, 222, 173) | |
| HSL | hsl(65, 43%, 77%) | |
| CMYK | cmyk(2%, 0%, 22%, 13%) | |
| LAB | lab(87, -7, 24) | |
| OKLCH | oklch(0.89 0.065 112) |
Color harmonies
Tints & shades
Code snippets
color: #dadead;
background-color: #dadead;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDADEAD)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.87, blue: 0.68, alpha: 1.0)