Spacescape
#222255
Here's everything about the color Spacescape (#222255) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #222255 | |
|---|---|---|
| RGB | rgb(34, 34, 85) | |
| HSL | hsl(240, 43%, 23%) | |
| CMYK | cmyk(60%, 60%, 0%, 67%) | |
| LAB | lab(16, 13, -32) | |
| OKLCH | oklch(0.28 0.09 279) |
Color harmonies
Tints & shades
Code snippets
color: #222255;
background-color: #222255;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF222255)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.13, blue: 0.33, alpha: 1.0)