Court-Bouillon
#cecb97
Court-Bouillon, represented by the hex value #cecb97, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cecb97 | |
|---|---|---|
| RGB | rgb(206, 203, 151) | |
| HSL | hsl(57, 36%, 70%) | |
| CMYK | cmyk(0%, 1%, 27%, 19%) | |
| LAB | lab(81, -5, 26) | |
| OKLCH | oklch(0.83 0.069 105) |
Color harmonies
Tints & shades
Code snippets
color: #cecb97;
background-color: #cecb97;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCECB97)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.80, blue: 0.59, alpha: 1.0)