Mortal Yellow
#dead00
Here's everything about the color Mortal Yellow (#dead00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #dead00 | |
|---|---|---|
| RGB | rgb(222, 173, 0) | |
| HSL | hsl(47, 100%, 44%) | |
| CMYK | cmyk(0%, 22%, 100%, 13%) | |
| LAB | lab(74, 10, 76) | |
| OKLCH | oklch(0.77 0.158 88) |
Color harmonies
Tints & shades
Code snippets
color: #dead00;
background-color: #dead00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDEAD00)
/* Swift / UIKit */
UIColor(red: 0.87, green: 0.68, blue: 0.00, alpha: 1.0)