Dark Moon
#161718
Looking for the precise values behind Dark Moon (#161718)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #161718 | |
|---|---|---|
| RGB | rgb(22, 23, 24) | |
| HSL | hsl(210, 4%, 9%) | |
| CMYK | cmyk(8%, 4%, 0%, 91%) | |
| LAB | lab(8, 0, -1) | |
| OKLCH | oklch(0.2 0.003 248) |
Color harmonies
Tints & shades
Code snippets
color: #161718;
background-color: #161718;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF161718)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.09, blue: 0.09, alpha: 1.0)