Liquid Denim
#2d3796
Liquid Denim, represented by the hex value #2d3796, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2d3796 | |
|---|---|---|
| RGB | rgb(45, 55, 150) | |
| HSL | hsl(234, 54%, 38%) | |
| CMYK | cmyk(70%, 63%, 0%, 41%) | |
| LAB | lab(27, 22, -55) | |
| OKLCH | oklch(0.39 0.154 272) |
Color harmonies
Tints & shades
Code snippets
color: #2d3796;
background-color: #2d3796;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF2D3796)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.22, blue: 0.59, alpha: 1.0)