After Midnight
#38393f
Looking for the precise values behind After Midnight (#38393f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #38393f | |
|---|---|---|
| RGB | rgb(56, 57, 63) | |
| HSL | hsl(231, 6%, 23%) | |
| CMYK | cmyk(11%, 10%, 0%, 75%) | |
| LAB | lab(24, 1, -4) | |
| OKLCH | oklch(0.35 0.01 278) |
Color harmonies
Tints & shades
Code snippets
color: #38393f;
background-color: #38393f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF38393F)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.22, blue: 0.25, alpha: 1.0)