Silver Bird
#fbf5f0
Silver Bird is a color with the hex code #fbf5f0. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #fbf5f0 | |
|---|---|---|
| RGB | rgb(251, 245, 240) | |
| HSL | hsl(27, 58%, 96%) | |
| CMYK | cmyk(0%, 2%, 4%, 2%) | |
| LAB | lab(97, 1, 3) | |
| OKLCH | oklch(0.97 0.009 63) |
Color harmonies
Tints & shades
Code snippets
color: #fbf5f0;
background-color: #fbf5f0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBF5F0)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.96, blue: 0.94, alpha: 1.0)