Kitty Kitty
#c7bdb3
Kitty Kitty, represented by the hex value #c7bdb3, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c7bdb3 | |
|---|---|---|
| RGB | rgb(199, 189, 179) | |
| HSL | hsl(30, 15%, 74%) | |
| CMYK | cmyk(0%, 5%, 10%, 22%) | |
| LAB | lab(77, 2, 6) | |
| OKLCH | oklch(0.8 0.018 68) |
Color harmonies
Tints & shades
Code snippets
color: #c7bdb3;
background-color: #c7bdb3;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFC7BDB3)
/* Swift / UIKit */
UIColor(red: 0.78, green: 0.74, blue: 0.70, alpha: 1.0)