Royal Goblet
#d4ca8e
Royal Goblet, represented by the hex value #d4ca8e, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d4ca8e | |
|---|---|---|
| RGB | rgb(212, 202, 142) | |
| HSL | hsl(51, 45%, 69%) | |
| CMYK | cmyk(0%, 5%, 33%, 17%) | |
| LAB | lab(81, -3, 31) | |
| OKLCH | oklch(0.83 0.079 100) |
Color harmonies
Tints & shades
Code snippets
color: #d4ca8e;
background-color: #d4ca8e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD4CA8E)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.79, blue: 0.56, alpha: 1.0)