Young Night
#232323
Young Night, represented by the hex value #232323, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #232323 | |
|---|---|---|
| RGB | rgb(35, 35, 35) | |
| HSL | hsl(0, 0%, 14%) | |
| CMYK | cmyk(0%, 0%, 0%, 86%) | |
| LAB | lab(14, 0, 0) | |
| OKLCH | oklch(0.26 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #232323;
background-color: #232323;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF232323)
/* Swift / UIKit */
UIColor(red: 0.14, green: 0.14, blue: 0.14, alpha: 1.0)