Paper White
#f6efdf
Paper White, represented by the hex value #f6efdf, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f6efdf | |
|---|---|---|
| RGB | rgb(246, 239, 223) | |
| HSL | hsl(42, 56%, 92%) | |
| CMYK | cmyk(0%, 3%, 9%, 4%) | |
| LAB | lab(95, 0, 9) | |
| OKLCH | oklch(0.95 0.022 87) |
Color harmonies
Tints & shades
Code snippets
color: #f6efdf;
background-color: #f6efdf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6EFDF)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.94, blue: 0.87, alpha: 1.0)