Chai Latte
#f9cba0
Chai Latte is a color with the hex code #f9cba0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f9cba0 | |
|---|---|---|
| RGB | rgb(249, 203, 160) | |
| HSL | hsl(29, 88%, 80%) | |
| CMYK | cmyk(0%, 18%, 36%, 2%) | |
| LAB | lab(85, 13, 28) | |
| OKLCH | oklch(0.87 0.077 65) |
Color harmonies
Tints & shades
Code snippets
color: #f9cba0;
background-color: #f9cba0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF9CBA0)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.80, blue: 0.63, alpha: 1.0)