Skip to content
#FDF8F7
snow · rgb(253, 248, 247)
Color formats
HEX#FDF8F7
RGBrgb(253, 248, 247)
HSLhsl(10, 60%, 98%)
HSVhsv(10, 2%, 99%)
OKLCHoklch(98% 0.01 31)
CMYKcmyk(0%, 2%, 2%, 1%)
Contrast & accessibility
On white1.05:1below AA
On black19.95:1AA pass
Best text color#000000
Nearest CSS name: snow
Copy-ready code
CSS custom properties
:root {
  --snow: #fdf8f7;
  --snow-rgb: 253 248 247;
  --snow-oklch: oklch(98% 0.01 31);
}
The space-separated triple lets you set alpha without a second variable:
background: rgb(var(--snow-rgb) / 40%);
Tailwind (arbitrary value)
bg-[#fdf8f7] text-[#fdf8f7] border-[#fdf8f7]
Shades & tints
Color harmonies
About this color

#FDF8F7 is a color with the RGB value rgb(253, 248, 247). Its closest CSS named color is "snow". On this page you'll find every format (HEX, RGB, HSL, HSV, OKLCH, CMYK), WCAG contrast against white and black, a full 50–950 shade scale, and complementary, analogous and triadic harmonies — each linking to its own color page.

Related

Convert #FDF8F7 to other formats

Palettes with a similar color

Gradients with a similar color

Copied