Fawn
#cfaf7b
Fawn, represented by the hex value #cfaf7b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cfaf7b | |
|---|---|---|
| RGB | rgb(207, 175, 123) | |
| HSL | hsl(37, 47%, 65%) | |
| CMYK | cmyk(0%, 15%, 41%, 19%) | |
| LAB | lab(73, 7, 31) | |
| OKLCH | oklch(0.77 0.078 79) |
Color harmonies
Tints & shades
Code snippets
color: #cfaf7b;
background-color: #cfaf7b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCFAF7B)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.69, blue: 0.48, alpha: 1.0)