Royal Night
#2b3191
Looking for the precise values behind Royal Night (#2b3191)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2b3191 | |
|---|---|---|
| RGB | rgb(43, 49, 145) | |
| HSL | hsl(236, 54%, 37%) | |
| CMYK | cmyk(70%, 66%, 0%, 43%) | |
| LAB | lab(25, 24, -55) | |
| OKLCH | oklch(0.37 0.155 273) |
Color harmonies
Tints & shades
Code snippets
color: #2b3191;
background-color: #2b3191;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF2B3191)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.19, blue: 0.57, alpha: 1.0)