Trapped Darkness
#0e1d32
Trapped Darkness, represented by the hex value #0e1d32, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #0e1d32 | |
|---|---|---|
| RGB | rgb(14, 29, 50) | |
| HSL | hsl(215, 56%, 13%) | |
| CMYK | cmyk(72%, 42%, 0%, 80%) | |
| LAB | lab(10, 0, -16) | |
| OKLCH | oklch(0.23 0.046 257) |
Color harmonies
Tints & shades
Code snippets
color: #0e1d32;
background-color: #0e1d32;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF0E1D32)
/* Swift / UIKit */
UIColor(red: 0.05, green: 0.11, blue: 0.20, alpha: 1.0)