Baker’s Dozen
#ceb997
Baker’s Dozen, represented by the hex value #ceb997, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ceb997 | |
|---|---|---|
| RGB | rgb(206, 185, 151) | |
| HSL | hsl(37, 36%, 70%) | |
| CMYK | cmyk(0%, 10%, 27%, 19%) | |
| LAB | lab(76, 4, 20) | |
| OKLCH | oklch(0.79 0.052 80) |
Color harmonies
Tints & shades
Code snippets
color: #ceb997;
background-color: #ceb997;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCEB997)
/* Swift / UIKit */
UIColor(red: 0.81, green: 0.73, blue: 0.59, alpha: 1.0)