Pearl White
#f3f2ed
Here's everything about the color Pearl White (#f3f2ed) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #f3f2ed | |
|---|---|---|
| RGB | rgb(243, 242, 237) | |
| HSL | hsl(50, 20%, 94%) | |
| CMYK | cmyk(0%, 0%, 2%, 5%) | |
| LAB | lab(95, 0, 3) | |
| OKLCH | oklch(0.96 0.007 97) |
Color harmonies
Tints & shades
Code snippets
color: #f3f2ed;
background-color: #f3f2ed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3F2ED)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.95, blue: 0.93, alpha: 1.0)