Asphalt
#130a06
Asphalt is a color with the hex code #130a06. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #130a06 | |
|---|---|---|
| RGB | rgb(19, 10, 6) | |
| HSL | hsl(18, 52%, 5%) | |
| CMYK | cmyk(0%, 47%, 68%, 93%) | |
| LAB | lab(3, 3, 3) | |
| OKLCH | oklch(0.16 0.019 48) |
Color harmonies
Tints & shades
Code snippets
color: #130a06;
background-color: #130a06;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF130A06)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.04, blue: 0.02, alpha: 1.0)