After Dark
#3c3535
Here's everything about the color After Dark (#3c3535) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #3c3535 | |
|---|---|---|
| RGB | rgb(60, 53, 53) | |
| HSL | hsl(0, 6%, 22%) | |
| CMYK | cmyk(0%, 12%, 12%, 76%) | |
| LAB | lab(23, 3, 1) | |
| OKLCH | oklch(0.34 0.01 18) |
Color harmonies
Tints & shades
Code snippets
color: #3c3535;
background-color: #3c3535;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3C3535)
/* Swift / UIKit */
UIColor(red: 0.24, green: 0.21, blue: 0.21, alpha: 1.0)