Final Departure
#f1f5db
Here's everything about the color Final Departure (#f1f5db) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f1f5db | |
|---|---|---|
| RGB | rgb(241, 245, 219) | |
| HSL | hsl(69, 57%, 91%) | |
| CMYK | cmyk(2%, 0%, 11%, 4%) | |
| LAB | lab(96, -5, 12) | |
| OKLCH | oklch(0.96 0.034 114) |
Color harmonies
Tints & shades
Code snippets
color: #f1f5db;
background-color: #f1f5db;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1F5DB)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.96, blue: 0.86, alpha: 1.0)