Nocturne Blue
#37525f
Looking for the precise values behind Nocturne Blue (#37525f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #37525f | |
|---|---|---|
| RGB | rgb(55, 82, 95) | |
| HSL | hsl(200, 27%, 29%) | |
| CMYK | cmyk(42%, 14%, 0%, 63%) | |
| LAB | lab(33, -8, -11) | |
| OKLCH | oklch(0.42 0.039 230) |
Color harmonies
Tints & shades
Code snippets
color: #37525f;
background-color: #37525f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF37525F)
/* Swift / UIKit */
UIColor(red: 0.22, green: 0.32, blue: 0.37, alpha: 1.0)