Maharaja
#3f354f
Maharaja, represented by the hex value #3f354f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #3f354f | |
|---|---|---|
| RGB | rgb(63, 53, 79) | |
| HSL | hsl(263, 20%, 26%) | |
| CMYK | cmyk(20%, 33%, 0%, 69%) | |
| LAB | lab(24, 9, -14) | |
| OKLCH | oklch(0.35 0.046 302) |
Color harmonies
Tints & shades
Code snippets
color: #3f354f;
background-color: #3f354f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF3F354F)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.21, blue: 0.31, alpha: 1.0)