Medallion
#c3a679
Medallion, represented by the hex value #c3a679, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c3a679 | |
|---|---|---|
| RGB | rgb(195, 166, 121) | |
| HSL | hsl(36, 38%, 62%) | |
| CMYK | cmyk(0%, 15%, 38%, 24%) | |
| LAB | lab(70, 6, 27) | |
| OKLCH | oklch(0.74 0.069 78) |
Color harmonies
Tints & shades
Code snippets
color: #c3a679;
background-color: #c3a679;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFC3A679)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.65, blue: 0.47, alpha: 1.0)