Royal Neptune
#1c3b42
Royal Neptune, represented by the hex value #1c3b42, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #1c3b42 | |
|---|---|---|
| RGB | rgb(28, 59, 66) | |
| HSL | hsl(191, 40%, 18%) | |
| CMYK | cmyk(58%, 11%, 0%, 74%) | |
| LAB | lab(23, -10, -8) | |
| OKLCH | oklch(0.33 0.039 214) |
Color harmonies
Tints & shades
Code snippets
color: #1c3b42;
background-color: #1c3b42;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF1C3B42)
/* Swift / UIKit */
UIColor(red: 0.11, green: 0.23, blue: 0.26, alpha: 1.0)