Sombre Night
#161e34
Looking for the precise values behind Sombre Night (#161e34)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #161e34 | |
|---|---|---|
| RGB | rgb(22, 30, 52) | |
| HSL | hsl(224, 41%, 15%) | |
| CMYK | cmyk(58%, 42%, 0%, 80%) | |
| LAB | lab(11, 2, -16) | |
| OKLCH | oklch(0.24 0.044 268) |
Color harmonies
Tints & shades
Code snippets
color: #161e34;
background-color: #161e34;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF161E34)
/* Swift / UIKit */
UIColor(red: 0.09, green: 0.12, blue: 0.20, alpha: 1.0)