Jewel
#136843
Jewel, represented by the hex value #136843, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #136843 | |
|---|---|---|
| RGB | rgb(19, 104, 67) | |
| HSL | hsl(154, 69%, 24%) | |
| CMYK | cmyk(82%, 0%, 36%, 59%) | |
| LAB | lab(39, -33, 14) | |
| OKLCH | oklch(0.46 0.098 159) |
Color harmonies
Tints & shades
Code snippets
color: #136843;
background-color: #136843;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF136843)
/* Swift / UIKit */
UIColor(red: 0.07, green: 0.41, blue: 0.26, alpha: 1.0)