Dreamless Sleep
#111111
Here's everything about the color Dreamless Sleep (#111111) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #111111 | |
|---|---|---|
| RGB | rgb(17, 17, 17) | |
| HSL | hsl(0, 0%, 7%) | |
| CMYK | cmyk(0%, 0%, 0%, 93%) | |
| LAB | lab(5, 0, 0) | |
| OKLCH | oklch(0.18 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #111111;
background-color: #111111;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF111111)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.07, blue: 0.07, alpha: 1.0)