Nightfall
#43535e
Nightfall is a color with the hex code #43535e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #43535e | |
|---|---|---|
| RGB | rgb(67, 83, 94) | |
| HSL | hsl(204, 17%, 32%) | |
| CMYK | cmyk(29%, 12%, 0%, 63%) | |
| LAB | lab(34, -4, -9) | |
| OKLCH | oklch(0.43 0.027 238) |
Color harmonies
Tints & shades
Code snippets
color: #43535e;
background-color: #43535e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF43535E)
/* Swift / UIKit */
UIColor(red: 0.26, green: 0.33, blue: 0.37, alpha: 1.0)