Solar Relic
#d2ab51
Solar Relic, represented by the hex value #d2ab51, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d2ab51 | |
|---|---|---|
| RGB | rgb(210, 171, 81) | |
| HSL | hsl(42, 59%, 57%) | |
| CMYK | cmyk(0%, 19%, 61%, 18%) | |
| LAB | lab(72, 7, 51) | |
| OKLCH | oklch(0.76 0.117 86) |
Color harmonies
Tints & shades
Code snippets
color: #d2ab51;
background-color: #d2ab51;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFD2AB51)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.67, blue: 0.32, alpha: 1.0)