Midnight Express
#21263a
Midnight Express is a color with the hex code #21263a. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #21263a | |
|---|---|---|
| RGB | rgb(33, 38, 58) | |
| HSL | hsl(228, 27%, 18%) | |
| CMYK | cmyk(43%, 34%, 0%, 77%) | |
| LAB | lab(15, 2, -14) | |
| OKLCH | oklch(0.27 0.038 273) |
Color harmonies
Tints & shades
Code snippets
color: #21263a;
background-color: #21263a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF21263A)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.15, blue: 0.23, alpha: 1.0)