Midnight Edition
#0c121b
Midnight Edition is a color with the hex code #0c121b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #0c121b | |
|---|---|---|
| RGB | rgb(12, 18, 27) | |
| HSL | hsl(216, 38%, 8%) | |
| CMYK | cmyk(56%, 33%, 0%, 89%) | |
| LAB | lab(5, 0, -7) | |
| OKLCH | oklch(0.18 0.021 258) |
Color harmonies
Tints & shades
Code snippets
color: #0c121b;
background-color: #0c121b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0C121B)
/* Swift / UIKit */
UIColor(red: 0.05, green: 0.07, blue: 0.11, alpha: 1.0)