Night Mode
#234e86
Here's everything about the color Night Mode (#234e86) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #234e86 | |
|---|---|---|
| RGB | rgb(35, 78, 134) | |
| HSL | hsl(214, 59%, 33%) | |
| CMYK | cmyk(74%, 42%, 0%, 47%) | |
| LAB | lab(32, 1, -36) | |
| OKLCH | oklch(0.42 0.105 256) |
Color harmonies
Tints & shades
Code snippets
color: #234e86;
background-color: #234e86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF234E86)
/* Swift / UIKit */
UIColor(red: 0.14, green: 0.31, blue: 0.53, alpha: 1.0)