Lapis on Neptune
#1f22d2
Lapis on Neptune, represented by the hex value #1f22d2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #1f22d2 | |
|---|---|---|
| RGB | rgb(31, 34, 210) | |
| HSL | hsl(239, 74%, 47%) | |
| CMYK | cmyk(85%, 84%, 0%, 18%) | |
| LAB | lab(28, 50, -89) | |
| OKLCH | oklch(0.42 0.251 268) |
Color harmonies
Tints & shades
Code snippets
color: #1f22d2;
background-color: #1f22d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF1F22D2)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.13, blue: 0.82, alpha: 1.0)