Dire Wolf
#282828
Looking for the precise values behind Dire Wolf (#282828)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #282828 | |
|---|---|---|
| RGB | rgb(40, 40, 40) | |
| HSL | hsl(0, 0%, 16%) | |
| CMYK | cmyk(0%, 0%, 0%, 84%) | |
| LAB | lab(16, 0, 0) | |
| OKLCH | oklch(0.28 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #282828;
background-color: #282828;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF282828)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.16, blue: 0.16, alpha: 1.0)