Brown Sugar Glaze
#cf7a4b
Brown Sugar Glaze, represented by the hex value #cf7a4b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cf7a4b | |
|---|---|---|
| RGB | rgb(207, 122, 75) | |
| HSL | hsl(21, 58%, 55%) | |
| CMYK | cmyk(0%, 41%, 64%, 19%) | |
| LAB | lab(60, 31, 40) | |
| OKLCH | oklch(0.66 0.123 49) |
Color harmonies
Tints & shades
Code snippets
color: #cf7a4b;
background-color: #cf7a4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFCF7A4B)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.48, blue: 0.29, alpha: 1.0)