Gravlax
#ec834f
Gravlax, represented by the hex value #ec834f, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ec834f | |
|---|---|---|
| RGB | rgb(236, 131, 79) | |
| HSL | hsl(20, 81%, 62%) | |
| CMYK | cmyk(0%, 44%, 67%, 7%) | |
| LAB | lab(66, 38, 46) | |
| OKLCH | oklch(0.72 0.145 46) |
Color harmonies
Tints & shades
Code snippets
color: #ec834f;
background-color: #ec834f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEC834F)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.51, blue: 0.31, alpha: 1.0)