Skyvory
#dcd7cd
Skyvory, represented by the hex value #dcd7cd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #dcd7cd | |
|---|---|---|
| RGB | rgb(220, 215, 205) | |
| HSL | hsl(40, 18%, 83%) | |
| CMYK | cmyk(0%, 2%, 7%, 14%) | |
| LAB | lab(86, 0, 6) | |
| OKLCH | oklch(0.88 0.015 85) |
Color harmonies
Tints & shades
Code snippets
color: #dcd7cd;
background-color: #dcd7cd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFDCD7CD)
/* Swift / UIKit */
UIColor(red: 0.86, green: 0.84, blue: 0.80, alpha: 1.0)