#FAFEFF
≈ white · rgb(250, 254, 255)
Color formats
HEX#FAFEFF
RGBrgb(250, 254, 255)
HSLhsl(192, 100%, 99%)
HSVhsv(192, 2%, 100%)
OKLCHoklch(99% 0 214)
CMYKcmyk(2%, 0%, 0%, 0%)
Contrast & accessibility
On white1.02:1below AA
On black20.69:1AA pass
Best text color#000000
Nearest CSS name: white
Copy-ready code
CSS custom properties
:root {
--white: #fafeff;
--white-rgb: 250 254 255;
--white-oklch: oklch(99% 0 214);
}The space-separated triple lets you set alpha without a second variable:
background: rgb(var(--white-rgb) / 40%);
Tailwind (arbitrary value)
bg-[#fafeff] text-[#fafeff] border-[#fafeff]
Shades & tints
Color harmonies
About this color
#FAFEFF is a color with the RGB value rgb(250, 254, 255). Its closest CSS named color is "white". 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.