Washed Canvas
#f3f0da
Here's everything about the color Washed Canvas (#f3f0da) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f3f0da | |
|---|---|---|
| RGB | rgb(243, 240, 218) | |
| HSL | hsl(53, 51%, 90%) | |
| CMYK | cmyk(0%, 1%, 10%, 5%) | |
| LAB | lab(95, -2, 11) | |
| OKLCH | oklch(0.95 0.029 101) |
Color harmonies
Tints & shades
Code snippets
color: #f3f0da;
background-color: #f3f0da;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3F0DA)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.94, blue: 0.85, alpha: 1.0)