Infinite Night
#071037
Looking for the precise values behind Infinite Night (#071037)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #071037 | |
|---|---|---|
| RGB | rgb(7, 16, 55) | |
| HSL | hsl(229, 77%, 12%) | |
| CMYK | cmyk(87%, 71%, 0%, 78%) | |
| LAB | lab(6, 9, -27) | |
| OKLCH | oklch(0.2 0.077 268) |
Color harmonies
Tints & shades
Code snippets
color: #071037;
background-color: #071037;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF071037)
/* Swift / UIKit */
UIColor(red: 0.03, green: 0.06, blue: 0.22, alpha: 1.0)