Space Cadet
#1d2951
Looking for the precise values behind Space Cadet (#1d2951)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1d2951 | |
|---|---|---|
| RGB | rgb(29, 41, 81) | |
| HSL | hsl(226, 47%, 22%) | |
| CMYK | cmyk(64%, 49%, 0%, 68%) | |
| LAB | lab(17, 6, -27) | |
| OKLCH | oklch(0.29 0.074 269) |
Color harmonies
Tints & shades
Code snippets
color: #1d2951;
background-color: #1d2951;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1D2951)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.16, blue: 0.32, alpha: 1.0)