Nocturne
#344d58
Here's everything about the color Nocturne (#344d58) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #344d58 | |
|---|---|---|
| RGB | rgb(52, 77, 88) | |
| HSL | hsl(198, 26%, 27%) | |
| CMYK | cmyk(41%, 12%, 0%, 65%) | |
| LAB | lab(31, -7, -10) | |
| OKLCH | oklch(0.4 0.036 227) |
Color harmonies
Tints & shades
Code snippets
color: #344d58;
background-color: #344d58;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF344D58)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.30, blue: 0.35, alpha: 1.0)