Vapour Trail
#f5eedf
Vapour Trail is a color with the hex code #f5eedf. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f5eedf | |
|---|---|---|
| RGB | rgb(245, 238, 223) | |
| HSL | hsl(41, 52%, 92%) | |
| CMYK | cmyk(0%, 3%, 9%, 4%) | |
| LAB | lab(94, 1, 8) | |
| OKLCH | oklch(0.95 0.021 86) |
Color harmonies
Tints & shades
Code snippets
color: #f5eedf;
background-color: #f5eedf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5EEDF)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.93, blue: 0.87, alpha: 1.0)