Bonne Nuit
#3a4866
Looking for the precise values behind Bonne Nuit (#3a4866)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3a4866 | |
|---|---|---|
| RGB | rgb(58, 72, 102) | |
| HSL | hsl(221, 28%, 31%) | |
| CMYK | cmyk(43%, 29%, 0%, 60%) | |
| LAB | lab(30, 1, -20) | |
| OKLCH | oklch(0.4 0.054 265) |
Color harmonies
Tints & shades
Code snippets
color: #3a4866;
background-color: #3a4866;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3A4866)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.28, blue: 0.40, alpha: 1.0)