Azulado
#211d49
Azulado, represented by the hex value #211d49, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #211d49 | |
|---|---|---|
| RGB | rgb(33, 29, 73) | |
| HSL | hsl(245, 43%, 20%) | |
| CMYK | cmyk(55%, 60%, 0%, 71%) | |
| LAB | lab(13, 13, -27) | |
| OKLCH | oklch(0.26 0.079 284) |
Color harmonies
Tints & shades
Code snippets
color: #211d49;
background-color: #211d49;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF211D49)
/* Swift / UIKit */
UIColor(red: 0.13, green: 0.11, blue: 0.29, alpha: 1.0)