Neptune’s Dream
#003368
Looking for the precise values behind Neptune’s Dream (#003368)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #003368 | |
|---|---|---|
| RGB | rgb(0, 51, 104) | |
| HSL | hsl(211, 100%, 20%) | |
| CMYK | cmyk(100%, 51%, 0%, 59%) | |
| LAB | lab(21, 3, -36) | |
| OKLCH | oklch(0.32 0.105 255) |
Color harmonies
Tints & shades
Code snippets
color: #003368;
background-color: #003368;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF003368)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.20, blue: 0.41, alpha: 1.0)