Lox
#ec9079
Lox, represented by the hex value #ec9079, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ec9079 | |
|---|---|---|
| RGB | rgb(236, 144, 121) | |
| HSL | hsl(12, 75%, 70%) | |
| CMYK | cmyk(0%, 39%, 49%, 7%) | |
| LAB | lab(69, 34, 28) | |
| OKLCH | oklch(0.74 0.117 35) |
Color harmonies
Tints & shades
Code snippets
color: #ec9079;
background-color: #ec9079;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFEC9079)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.56, blue: 0.47, alpha: 1.0)