Plastic Clouds
#f5f0f1
Here's everything about the color Plastic Clouds (#f5f0f1) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f5f0f1 | |
|---|---|---|
| RGB | rgb(245, 240, 241) | |
| HSL | hsl(348, 20%, 95%) | |
| CMYK | cmyk(0%, 2%, 2%, 4%) | |
| LAB | lab(95, 2, 0) | |
| OKLCH | oklch(0.96 0.006 3) |
Color harmonies
Tints & shades
Code snippets
color: #f5f0f1;
background-color: #f5f0f1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF5F0F1)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.94, blue: 0.95, alpha: 1.0)