Mallard
#254855
Mallard, represented by the hex value #254855, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #254855 | |
|---|---|---|
| RGB | rgb(37, 72, 85) | |
| HSL | hsl(196, 39%, 24%) | |
| CMYK | cmyk(56%, 15%, 0%, 67%) | |
| LAB | lab(28, -10, -12) | |
| OKLCH | oklch(0.38 0.046 224) |
Color harmonies
Tints & shades
Code snippets
color: #254855;
background-color: #254855;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF254855)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.28, blue: 0.33, alpha: 1.0)