Blond
#faf0be
Here's everything about the color Blond (#faf0be) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #faf0be | |
|---|---|---|
| RGB | rgb(250, 240, 190) | |
| HSL | hsl(50, 86%, 86%) | |
| CMYK | cmyk(0%, 4%, 24%, 2%) | |
| LAB | lab(95, -2, 26) | |
| OKLCH | oklch(0.95 0.065 98) |
Color harmonies
Tints & shades
Code snippets
color: #faf0be;
background-color: #faf0be;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAF0BE)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.94, blue: 0.75, alpha: 1.0)