Deep Space Royal
#223382
Looking for the precise values behind Deep Space Royal (#223382)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #223382 | |
|---|---|---|
| RGB | rgb(34, 51, 130) | |
| HSL | hsl(229, 59%, 32%) | |
| CMYK | cmyk(74%, 61%, 0%, 49%) | |
| LAB | lab(24, 16, -48) | |
| OKLCH | oklch(0.36 0.134 269) |
Color harmonies
Tints & shades
Code snippets
color: #223382;
background-color: #223382;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF223382)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.20, blue: 0.51, alpha: 1.0)