White (#FFFFFF)

Luminance: 100% · Nearest standard name: White

WHITE
#FFFFFF
rgb(255, 255, 255) · hsl(0°, 0%, 100%)
HEX#FFFFFF
RGB255, 255, 255
HSL0°, 0%, 100%
HSV / HSB0°, 0%, 100%
CMYK (Print)0%, 0%, 0%, 0%

Color Harmonies

Complementary

#FFFFFF#FFFFFF

Analogous

#FFFFFF#FFFFFF#FFFFFF

Triadic

#FFFFFF#FFFFFF#FFFFFF

Tints & Shades

Lighter Tints
Darker Shades

WCAG 2.2 Contrast Verification

Against White (#FFFFFF)1.00:1

Sample text rendered with #FFFFFF on white

AA Normal: FAILAA Large: FAIL
Against Dark (#0F172A)17.85:1

Sample text rendered with #FFFFFF on dark

AA Normal: PASSAA Large: PASS
Comprehensive Color Profile & Design Architecture

The Complete Color Guide to White (#FFFFFF)

White (#FFFFFF) is a distinct shade within the Slate & Neutral chromatic spectrum. Characterized by an optical luminance of 100% and a neutral color temperature, this tone plays a vital role across web applications, brand identities, and editorial typography. Discover its mathematical harmonies, accessibility metrics, UI engineering roles, and front-end code tokens.

Technical Colorimetry & Coordinate Breakdown

Exact mathematical values across digital display, print press, and human perceptual spaces.

HEX Code#FFFFFF
RGB Space255, 255, 255
HSL Values0°, 0%, 100%
HSV / HSB0°, 0%, 100%
CMYK Ink0%, 0%, 0%, 0%
TemperatureNeutral

Optical Color Harmony Formulas for White

Geometric intervals calculated from #FFFFFF on the 360-degree color wheel.

Direct Polar (180°)#FFFFFF

Complementary Harmony

Pairs White with its polar opposite (#FFFFFF) to create maximum optical contrast, perfect for high-converting call-to-action buttons.

Adjacent (±30°)#FFFFFF · #FFFFFF

Analogous Harmony

Positions adjacent neighboring hues on either side of White for serene, gentle, and organic visual transitions.

Split Angles (150° / 210°)#FFFFFF · #FFFFFF

Split-Complementary

Uses the two colors flanking the direct complement of White, offering rich visual variety without harsh chromatic vibration.

Triangular (120°)#FFFFFF · #FFFFFF

Triadic Harmony

Forms an equilateral triangle on the color wheel, generating playful, dynamic energy when balanced against a neutral background.

Rectangular (90°)#FFFFFF · #FFFFFF · #FFFFFF

Tetradic (Square) Harmony

A rich four-color scheme combining two complementary pairs, ideal for complex dashboards, gaming HUDs, and multi-tier charts.

Interactive Exploration

Build Palettes With White

Lock #FFFFFF inside our interactive generator to calculate live matching palettes in real time.

Launch Palette Generator

The 60-30-10 UI Implementation Role for White

Recommended proportional volume and semantic interface assignment.

Recommended Assignment: Dominant Background Canvas (60% Volume)

With an exceptionally high lightness of 100%, White (#FFFFFF) serves as a clean, soft canvas surface. It provides ample negative space for dark typography without the harsh ocular glare of stark pure white.

Light Mode SurfaceOptimal canvas surface
Dark Mode AdaptationDesaturate slightly for ambient glow

Color Psychology & Industry Alignment

Strategic cognitive triggers and target sector recommendations.

Cognitive & Emotional Perception

Provides timeless neutrality, structural balance, and minimalist sophistication. Eliminates chromatic noise so primary content and photography take center stage.

Optimal Industry Verticals

Editorial Publications, Minimalist Portfolios, Architecture, Hardware Engineering. Combining White with intentional neutral whitespace reinforces authority and conversion clarity.

Production Code Tokens for White

Drop-in design system tokens for CSS, Tailwind CSS, and SCSS.

CSS Custom Properties (:root)Vanilla CSS
:root {
  --color-ffffff: #FFFFFF;
  --color-ffffff-rgb: 255, 255, 255;
  --color-ffffff-hsl: 0deg 0% 100%;
}
tailwind.config.jsTailwind CSS
module.exports = {
  theme: {
    extend: {
      colors: {
        'ffffff': '#FFFFFF',
      }
    }
  }
};

Frequently Asked Questions About White (#FFFFFF)

Authoritative answers covering White color codes, WCAG contrast compliance, and UI design systems.

What are the exact digital and print color codes for White (#FFFFFF)?
White is defined by the HEX code #FFFFFF. Its digital screen RGB coordinates are R:255, G:255, B:255. Its cylindrical HSL values are Hue:0°, Saturation:0%, Lightness:100%. In HSV/HSB format, it is 0°, 0%, 100%. For four-color CMYK process printing, its ink percentages are C:0%, M:0%, Y:0%, K:0%.
Does White (#FFFFFF) pass WCAG 2.2 accessibility standards for text readability?
Against a pure white (#FFFFFF) background, White achieves a contrast ratio of 1.00:1 (Failing WCAG AA for normal body text, and Failing for large headings). Against dark slate (#0F172A), it achieves a contrast ratio of 17.85:1 (Passing WCAG AA).
What is the direct complementary color for White (#FFFFFF)?
The exact 180-degree optical complementary color for #FFFFFF is #FFFFFF. When placed side-by-side, #FFFFFF and #FFFFFF create maximum visual tension and high click-through conversion rates.
What is the recommended role for White in the 60-30-10 UI design rule?
With an exceptionally high lightness of 100%, White (#FFFFFF) serves as a clean, soft canvas surface. It provides ample negative space for dark typography without the harsh ocular glare of stark pure white.
How can I copy and export White into Tailwind CSS and CSS variables?
You can define White in CSS custom properties as ':root { --color-custom: #FFFFFF; }' or paste it into your 'tailwind.config.js' file under 'theme.extend.colors'. You can also generate full palettes containing White using our interactive Color Palette Generator.
Which color family does White (#FFFFFF) belong to?
White belongs to the Slate & Neutral family (Neutral spectrum). You can explore full tonal ramps and curated palettes in our Slate & Neutral Color Guide.