Black Panther
#424242
Looking for the precise values behind Black Panther (#424242)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #424242 | |
|---|---|---|
| RGB | rgb(66, 66, 66) | |
| HSL | hsl(0, 0%, 26%) | |
| CMYK | cmyk(0%, 0%, 0%, 74%) | |
| LAB | lab(28, 0, 0) | |
| OKLCH | oklch(0.38 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #424242;
background-color: #424242;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF424242)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.26, blue: 0.26, alpha: 1.0)