Night Sky
#292b31
Night Sky is a color with the hex code #292b31. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #292b31 | |
|---|---|---|
| RGB | rgb(41, 43, 49) | |
| HSL | hsl(225, 9%, 18%) | |
| CMYK | cmyk(16%, 12%, 0%, 81%) | |
| LAB | lab(18, 0, -4) | |
| OKLCH | oklch(0.29 0.011 271) |
Color harmonies
Tints & shades
Code snippets
color: #292b31;
background-color: #292b31;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF292B31)
/* Swift / UIKit */
UIColor(red: 0.16, green: 0.17, blue: 0.19, alpha: 1.0)