Good Karma
#333c76
Good Karma, represented by the hex value #333c76, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #333c76 | |
|---|---|---|
| RGB | rgb(51, 60, 118) | |
| HSL | hsl(232, 40%, 33%) | |
| CMYK | cmyk(57%, 49%, 0%, 54%) | |
| LAB | lab(27, 11, -35) | |
| OKLCH | oklch(0.38 0.099 274) |
Color harmonies
Tints & shades
Code snippets
color: #333c76;
background-color: #333c76;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF333C76)
/* Swift / UIKit */
UIColor(red: 0.20, green: 0.24, blue: 0.46, alpha: 1.0)