Mediaeval Blue
#2e3858
Mediaeval Blue, represented by the hex value #2e3858, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2e3858 | |
|---|---|---|
| RGB | rgb(46, 56, 88) | |
| HSL | hsl(226, 31%, 26%) | |
| CMYK | cmyk(48%, 36%, 0%, 65%) | |
| LAB | lab(24, 3, -21) | |
| OKLCH | oklch(0.35 0.058 270) |
Color harmonies
Tints & shades
Code snippets
color: #2e3858;
background-color: #2e3858;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2E3858)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.22, blue: 0.35, alpha: 1.0)