Nordic Noir
#003344
Here's everything about the color Nordic Noir (#003344) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #003344 | |
|---|---|---|
| RGB | rgb(0, 51, 68) | |
| HSL | hsl(195, 100%, 13%) | |
| CMYK | cmyk(100%, 25%, 0%, 73%) | |
| LAB | lab(19, -11, -15) | |
| OKLCH | oklch(0.3 0.058 227) |
Color harmonies
Tints & shades
Code snippets
color: #003344;
background-color: #003344;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF003344)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.20, blue: 0.27, alpha: 1.0)