In the Shadows
#cbc4c0
In the Shadows is a color with the hex code #cbc4c0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cbc4c0 | |
|---|---|---|
| RGB | rgb(203, 196, 192) | |
| HSL | hsl(22, 10%, 77%) | |
| CMYK | cmyk(0%, 3%, 5%, 20%) | |
| LAB | lab(80, 2, 3) | |
| OKLCH | oklch(0.82 0.01 52) |
Color harmonies
Tints & shades
Code snippets
color: #cbc4c0;
background-color: #cbc4c0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCBC4C0)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.77, blue: 0.75, alpha: 1.0)