Tints & Shades
50
100
200
300
400
500
600
700
800
900
Scale from white (50) through Off White (500) to black (900), interpolated in Lab color space.
Color Values
- HEX
- #FAF9F6
- RGB
- rgb(250, 249, 246)
- HSL
- hsl(45, 29%, 97%)
- OKLCH
- oklch(0.982 0.004 91)
- CMYK
- cmyk(0%, 0%, 2%, 2%)
--color-off-whitebg-[#FAF9F6]Accessibility
Score: 48/100On White (#FFF)
1.05:1
On Black (#000)
19.95:1
On Light Gray (#F5F5F5)
1.04:1
Best text color on this background:
Design Applications
background-color: #FAF9F6
color: #FAF9F6
bg-[#FAF9F6] text-[#000000]
border-left: 4px solid #FAF9F6
Color Harmonies
Complementary
Royal Blue
#4169E1
Split-Complementary
Similar Colors
Color Meaning & Psychology
White is defined by the absence of color absorption — it reflects all light. It represents purity, cleanliness, and potential. White space in design is not emptiness but breathing room — it directs the eye, reduces cognitive load, and conveys confidence. In branding, white signals transparency, minimalism, and premium simplicity. Healthcare adopts white for cleanliness associations. Technology companies use white to suggest precision and simplicity. Cultural variations are significant: white is mourning in several Asian cultures, but purity and bridal in Western contexts. In photography and product presentation, white backgrounds are the universal default because they project the subject without distraction. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.
Industry Usage
Common contexts and industries where Off White is applied in professional design.
- Healthcare and clinical environments
- Medical device and pharmaceutical packaging
- Minimalist consumer electronics packaging
- Premium homeware and kitchen brands
- Wedding and bridal industry
- Architecture and interior design for clean aesthetics
- Laboratory and scientific equipment
- Zero-waste and sustainability brands (clean connotations)
Accessibility Considerations
Normal Text
Fails AA
4.5:1 minimum required
Large Text
Fails AA Large
3:1 minimum required
UI Components
Check contrast
3:1 for non-text UI
Off White is a light color. Use black (#000000) text on top of it for maximum readability (19.95:1). Avoid white text on this background.
CSS & Code Examples
Background
background-color: #FAF9F6;Text
color: #FAF9F6;Border
border: 2px solid #FAF9F6;Box Shadow
box-shadow: 0 4px 20px #FAF9F640;Gradient
background: linear-gradient(135deg, #FAF9F6, #ffffff);Tailwind-style
--color-off-white: #FAF9F6;Tailwind CSS Utilities
Use arbitrary value syntax in Tailwind CSS to apply Off White without a custom config.
Background
bg-[#FAF9F6]Text
text-[#FAF9F6]Border
border-[#FAF9F6]Ring
ring-[#FAF9F6]Fill
fill-[#FAF9F6]From (gradient)
from-[#FAF9F6]Via (gradient)
via-[#FAF9F6]To (gradient)
to-[#FAF9F6]Design Tokens
Ready-to-use Off White design token in CSS custom properties, SCSS, Tailwind v3/v4, and JSON formats.
CSS Custom Properties
:root {
--color-off-white: #FAF9F6;
--color-off-white-rgb: 250, 249, 246;
--color-off-white-hsl: 45, 29%, 97%;
}SCSS Variables
$color-off-white: #FAF9F6; $color-off-white-rgb: 250, 249, 246; $color-off-white-hsl: 45, 29%, 97%;
Tailwind v3 Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'off-white': '#FAF9F6',
},
},
},
};Tailwind v4 (@theme)
/* tailwind.css */
@theme {
--color-off-white: #FAF9F6;
}JSON Design Token (W3C format)
{
"off-white": {
"value": "#FAF9F6",
"type": "color",
"description": "Off White — #FAF9F6"
}
}Related Palettes & Combinations
Color Combinations
More white colors
View all →What Does Off White Mean? Color Psychology & Cultural Symbolism
White's psychology is built on what it isn't rather than what it is. It carries no emotional charge of its own, which is precisely why it carries such design authority—it creates conditions for other elements to be exactly what they need to be. Off White reads as openness for exactly this reason.
- Across color psychology research, white consistently tests high for "clarity" associations, making Off White a reliable vehicle for openness in cross-demographic audiences.
- Brand designers draw on white-family tones to project purity and precision—values that Off White communicates in a pale key.
- At 29% saturation, Off White reads as muted—Off-whites and creams introduce warmth that humanizes white's potential sterility—extremely useful in lifestyle, luxury, and artisanal contexts.
- Off White's pale lightness (97%) shifts its psychological register: All whites are light by definition, but warm whites (cream, ivory, off-white) feel more human and organic than pure white—they're softer, less clinical, and more inviting in analog and print contexts.
The discipline of Off White is knowing what to leave in and what to leave out. The most sophisticated designs know both.
How to Use Off White in Design: Applications, Pairings & Best Practices
Professional designers treat Off White as an active design element, not a background assumption. The proportion, the warmth, and the contrast of white against other colors are all deliberate decisions that determine the sophistication of the overall design.
- Avoid: environments where cultural context (East Asian mourning) may cause misunderstanding, highly tactile or sensory product categories where warmth is needed, and any context where sterility reads as cold.
- Color harmonies: Off White's complementary color creates a high-energy split ideal for promotional design; its analogous palette (±30° hue) builds cohesive, monochromatic sophistication.
- Proportional use: Off White's muted quality means it scales well across proportions—from full-bleed backgrounds to single-pixel borders—making it an unusually versatile palette component.
- Off White creates strong legibility with black text overlays (19.9:1 contrast ratio), making it a reliable background or surface color in design systems
- Typography: Off White as text requires a dark background; its 97% lightness means it provides 1.1:1 contrast on white, not meeting WCAG AA.
The discipline of Off White is knowing what to leave in and what to leave out. The most sophisticated designs know both.
Off White Accessibility: WCAG Contrast Ratios, Color Blindness & Inclusive Design
Off White (#FAF9F6) achieves a 19.95:1 contrast ratio with black text, surpassing the WCAG 2.1 AAA threshold of 7:1. This exceptional contrast qualifies it for body text, UI components at any size, and all accessibility-sensitive interface contexts. Relative luminance: 94.7%.
- As text on white (#FFFFFF): 1.05:1 — Fail
- As text on black (#000000): 19.95:1 — AAA ✓
- Best text color on Off White background: Black (#000000) at 19.95:1
- WCAG 2.1 luminance: 94.7% — high-luminance (near-white)—it provides excellent readability for dark text overlays and integrates naturally into light design systems
- Off White qualifies for all text sizes including small body copy (AAA).
For production use, test Off White against your specific background colors rather than assuming #FFFFFF or #000000 performance translates. Surrounding colors alter perceived contrast.
Off White in Industry: Branding, Design & Market Applications
Off White's brand positioning falls squarely in the territory of purity, clarity, simplicity, and openness. Industry data supports its strongest performance in healthcare, technology, luxury categories, where the muted saturation calibrates the message at a pale, considered level.
- Healthcare & Medical: White's universal association with cleanliness, sterility, and medical precision makes it the foundational color of healthcare environments and products. It signals that contamination is absent and that procedures are conducted with precision and care. (examples: CVS Health, Mayo Clinic, Kaiser Permanente) Warm off-whites are used in patient-facing healthcare design to reduce anxiety; pure white for clinical, back-of-house, and medical device contexts.
- Technology & Minimalist Design: Apple's adoption of white as its product philosophy's visual language has made white synonymous with technological simplicity and premium minimalism. White signals that a product has been edited to essentials—nothing unnecessary remains. (examples: Notion, Slack, Salesforce) White backgrounds in UI design create the most readable interfaces by maximizing contrast for dark text and giving colorful UI elements maximum visual clarity.
- Luxury Packaging: White luxury packaging signals restraint, confidence, and the elimination of unnecessary decoration. It says: the product itself is so good that it doesn't need dressing up. This approach is used across fragrance, skincare, and premium food packaging. White + gold foil is a particularly powerful luxury packaging combination, creating maximum sophistication with minimum color.
- Brand positioning: Off White is best suited for brands projecting clarity, simplicity, cleanliness. Categories outside this positioning—environments where cultural context (East Asian mourning) may cause misunderstanding—tend to see weaker results.
- Adjacent applications: Beyond primary industries, Off White works effectively in minimalist brand identities, healthcare environments, premium product packaging—contexts where cleanliness serves a secondary but reinforcing role.
For marketers and brand strategists, Off White is a commitment to purity, clarity, simplicity, and openness. Match it with industries that make that promise and it will pay dividends consistently.
Accessibility & Design Guides
Frequently Asked Questions
- What is the hex code for Off White? ▾
- The hex code for Off White is #FAF9F6. Its RGB values are rgb(250, 249, 246) and its HSL values are hsl(45, 29%, 97%).
- What does Off White mean in design? ▾
- White is defined by the absence of color absorption — it reflects all light. It represents purity, cleanliness, and potential. White space in design is not emptiness but breathing room — it directs the eye, reduces cognitive load, and conveys confidence. In branding, white signals transparency, minimalism, and premium simplicity. Healthcare adopts white for cleanliness associations. Technology companies use white to suggest precision and simplicity. Cultural variations are significant: white is mourning in several Asian cultures, but purity and bridal in Western contexts. In photography and product presentation, white backgrounds are the universal default because they project the subject without distraction. As a very light tint, it carries the lightness and openness of its hue family while remaining gentle enough for backgrounds, subtle highlights, and delicate UI elements.
- Is Off White WCAG accessible? ▾
- Off White (#FAF9F6) does not pass WCAG AA on white (1.05:1 ratio). Use it on dark backgrounds where it achieves 19.95:1. Its overall accessibility score is 48/100.
- What colors go well with Off White? ▾
- Off White pairs well with its complementary color Royal Blue (#4169E1). Analogous colors like Papaya and Mushroom also work harmoniously. Check the Color Harmonies section above for the full palette.
- What is Off White used for? ▾
- Off White is commonly used for: Healthcare and clinical environments; Medical device and pharmaceutical packaging; Minimalist consumer electronics packaging; Premium homeware and kitchen brands; Wedding and bridal industry.
- What are the CSS and Tailwind values for Off White? ▾
- In CSS, use `color: #FAF9F6` or `background-color: #FAF9F6`. The CSS custom property is `--color-off-white: #FAF9F6`. In Tailwind CSS, use the arbitrary value class `bg-[#FAF9F6]` for backgrounds or `text-[#FAF9F6]` for text.