Stone Guardians
#caba97
Stone Guardians, represented by the hex value #caba97, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #caba97 | |
|---|---|---|
| RGB | rgb(202, 186, 151) | |
| HSL | hsl(41, 32%, 69%) | |
| CMYK | cmyk(0%, 8%, 25%, 21%) | |
| LAB | lab(76, 2, 20) | |
| OKLCH | oklch(0.79 0.051 86) |
Color harmonies
Tints & shades
Code snippets
color: #caba97;
background-color: #caba97;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCABA97)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.73, blue: 0.59, alpha: 1.0)