Depths of the Nile
#253f4e
Depths of the Nile, represented by the hex value #253f4e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #253f4e | |
|---|---|---|
| RGB | rgb(37, 63, 78) | |
| HSL | hsl(202, 36%, 23%) | |
| CMYK | cmyk(53%, 19%, 0%, 69%) | |
| LAB | lab(25, -7, -12) | |
| OKLCH | oklch(0.35 0.041 235) |
Color harmonies
Tints & shades
Code snippets
color: #253f4e;
background-color: #253f4e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF253F4E)
/* Swift / UIKit */
UIColor(red: 0.15, green: 0.25, blue: 0.31, alpha: 1.0)