Cold Turkey
#cab5b2
Cold Turkey is a color with the hex code #cab5b2. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cab5b2 | |
|---|---|---|
| RGB | rgb(202, 181, 178) | |
| HSL | hsl(8, 18%, 75%) | |
| CMYK | cmyk(0%, 10%, 12%, 21%) | |
| LAB | lab(75, 7, 4) | |
| OKLCH | oklch(0.79 0.025 27) |
Color harmonies
Tints & shades
Code snippets
color: #cab5b2;
background-color: #cab5b2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFCAB5B2)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.71, blue: 0.70, alpha: 1.0)