Nuit Blanche
#1e488f
Looking for the precise values behind Nuit Blanche (#1e488f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #1e488f | |
|---|---|---|
| RGB | rgb(30, 72, 143) | |
| HSL | hsl(218, 65%, 34%) | |
| CMYK | cmyk(79%, 50%, 0%, 44%) | |
| LAB | lab(31, 6, -44) | |
| OKLCH | oklch(0.41 0.127 260) |
Color harmonies
Tints & shades
Code snippets
color: #1e488f;
background-color: #1e488f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF1E488F)
/* Swift / UIKit */
UIColor(red: 0.12, green: 0.28, blue: 0.56, alpha: 1.0)