Crystal Palace
#d3cfab
Crystal Palace, represented by the hex value #d3cfab, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d3cfab | |
|---|---|---|
| RGB | rgb(211, 207, 171) | |
| HSL | hsl(54, 31%, 75%) | |
| CMYK | cmyk(0%, 2%, 19%, 17%) | |
| LAB | lab(83, -3, 19) | |
| OKLCH | oklch(0.85 0.048 102) |
Color harmonies
Tints & shades
Code snippets
color: #d3cfab;
background-color: #d3cfab;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD3CFAB)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.81, blue: 0.67, alpha: 1.0)