Pi
#314159
Pi, represented by the hex value #314159, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #314159 | |
|---|---|---|
| RGB | rgb(49, 65, 89) | |
| HSL | hsl(216, 29%, 27%) | |
| CMYK | cmyk(45%, 27%, 0%, 65%) | |
| LAB | lab(27, -1, -17) | |
| OKLCH | oklch(0.37 0.046 258) |
Color harmonies
Tints & shades
Code snippets
color: #314159;
background-color: #314159;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF314159)
/* Swift / UIKit */
UIColor(red: 0.19, green: 0.25, blue: 0.35, alpha: 1.0)