Chrome White
#cac7b7
Chrome White, represented by the hex value #cac7b7, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cac7b7 | |
|---|---|---|
| RGB | rgb(202, 199, 183) | |
| HSL | hsl(51, 15%, 75%) | |
| CMYK | cmyk(0%, 1%, 9%, 21%) | |
| LAB | lab(80, -1, 8) | |
| OKLCH | oklch(0.83 0.022 98) |
Color harmonies
Tints & shades
Code snippets
color: #cac7b7;
background-color: #cac7b7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCAC7B7)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.78, blue: 0.72, alpha: 1.0)