Harmony system
Paper White Color Harmonies
Paper White color harmonies are generated from #F7F7F2 with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Paper White into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Paper White sits in the yellow family with warm temperature and light tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.
How the harmony works
Paper White Harmony Guide
Paper White harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.
Machine-readable data
Machine-Readable Paper White Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Paper White.
sourceColorCanonical source colorharmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic setssignaturePaletteCompact harmony preview palettesemanticGroupsAI-ready harmony labelsuseCasesDesign and retrieval contextsaccessibilityNotesContrast guidance for the source colorStructured sections
Source color
{
"slug": "paper-white",
"name": "Paper White",
"hex": "#F7F7F2",
"url": "https://www.colorsencyclopedia.com/colors/paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
}Harmony groups
[
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#F2F2F7",
"name": "#F2F2F7",
"slug": null,
"rgb": [
242,
242,
247
],
"hsl": [
240,
24,
96
],
"cmyk": [
2,
2,
0,
3
],
"luminance": 0.891,
"contrast": {
"black": 18.82,
"white": 1.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f2f7.json"
}
],
"anchor": "paper-white-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#F7F5F2",
"name": "#F7F5F2",
"slug": null,
"rgb": [
247,
245,
242
],
"hsl": [
36,
24,
96
],
"cmyk": [
0,
1,
2,
3
],
"luminance": 0.9149,
"contrast": {
"black": 19.3,
"white": 1.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f7f5f2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f7f5f2.json"
},
{
"hex": "#F5F7F2",
"name": "#F5F7F2",
"slug": null,
"rgb": [
245,
247,
242
],
"hsl": [
84,
24,
96
],
"cmyk": [
1,
0,
2,
3
],
"luminance": 0.9234,
"contrast": {
"black": 19.47,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f5f7f2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5f7f2.json"
}
],
"anchor": "paper-white-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#F2F7F7",
"name": "#F2F7F7",
"slug": null,
"rgb": [
242,
247,
247
],
"hsl": [
180,
24,
96
],
"cmyk": [
2,
0,
0,
3
],
"luminance": 0.9211,
"contrast": {
"black": 19.42,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f7f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f7f7.json"
},
{
"hex": "#F7F2F7",
"name": "#F7F2F7",
"slug": null,
"rgb": [
247,
242,
247
],
"hsl": [
300,
24,
96
],
"cmyk": [
0,
2,
0,
3
],
"luminance": 0.8999,
"contrast": {
"black": 19,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f7f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f7f2f7.json"
}
],
"anchor": "paper-white-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#F2F7F5",
"name": "#F2F7F5",
"slug": null,
"rgb": [
242,
247,
245
],
"hsl": [
156,
24,
96
],
"cmyk": [
2,
0,
1,
3
],
"luminance": 0.9199,
"contrast": {
"black": 19.4,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f7f5/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f7f5.json"
},
{
"hex": "#F2F2F7",
"name": "#F2F2F7",
"slug": null,
"rgb": [
242,
242,
247
],
"hsl": [
240,
24,
96
],
"cmyk": [
2,
2,
0,
3
],
"luminance": 0.891,
"contrast": {
"black": 18.82,
"white": 1.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f2f7.json"
},
{
"hex": "#F7F2F5",
"name": "#F7F2F5",
"slug": null,
"rgb": [
247,
242,
245
],
"hsl": [
324,
24,
96
],
"cmyk": [
0,
2,
1,
3
],
"luminance": 0.8987,
"contrast": {
"black": 18.97,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f7f2f5/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f7f2f5.json"
}
],
"anchor": "paper-white-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#F2F5F7",
"name": "#F2F5F7",
"slug": null,
"rgb": [
242,
245,
247
],
"hsl": [
204,
24,
96
],
"cmyk": [
2,
1,
0,
3
],
"luminance": 0.909,
"contrast": {
"black": 19.18,
"white": 1.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f5f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f5f7.json"
},
{
"hex": "#F5F2F7",
"name": "#F5F2F7",
"slug": null,
"rgb": [
245,
242,
247
],
"hsl": [
276,
24,
96
],
"cmyk": [
1,
2,
0,
3
],
"luminance": 0.8963,
"contrast": {
"black": 18.93,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f5f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5f2f7.json"
}
],
"anchor": "paper-white-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#FFFFFF",
"name": "White",
"slug": "white",
"rgb": [
255,
255,
255
],
"hsl": [
0,
0,
100
],
"cmyk": [
0,
0,
0,
0
],
"luminance": 1,
"contrast": {
"black": 21,
"white": 1
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
},
{
"hex": "#F7F7F2",
"name": "Paper White",
"slug": "paper-white",
"rgb": [
247,
247,
242
],
"hsl": [
60,
24,
96
],
"cmyk": [
0,
0,
2,
3
],
"luminance": 0.9271,
"contrast": {
"black": 19.54,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
},
{
"hex": "#D4D4B9",
"name": "#D4D4B9",
"slug": null,
"rgb": [
212,
212,
185
],
"hsl": [
60,
24,
78
],
"cmyk": [
0,
0,
13,
17
],
"luminance": 0.6459,
"contrast": {
"black": 13.92,
"white": 1.51
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/d4d4b9/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/d4d4b9.json"
}
],
"anchor": "paper-white-harmony-monochromatic"
}
]Signature palette
[
"#F7F7F2",
"#F2F2F7",
"#F7F5F2",
"#F5F7F2",
"#FFFFFF",
"#D4D4B9"
]Accessibility notes
[
"Black contrast on Paper White: 19.54:1",
"White contrast on Paper White: 1.07:1",
"AA text options: #000000, #1A1A1A, #36454F"
]CSS tokens
":root {\n --color-paper-white: #F7F7F2;\n --paper-white-complementary-1: #F2F2F7;\n --paper-white-analogous-1: #F7F5F2;\n --paper-white-analogous-2: #F5F7F2;\n --paper-white-triadic-1: #F2F7F7;\n --paper-white-triadic-2: #F7F2F7;\n --paper-white-tetradic-1: #F2F7F5;\n --paper-white-tetradic-2: #F2F2F7;\n --paper-white-tetradic-3: #F7F2F5;\n --paper-white-split-complementary-1: #F2F5F7;\n --paper-white-split-complementary-2: #F5F2F7;\n --paper-white-monochromatic-1: #FFFFFF;\n --paper-white-monochromatic-2: #F7F7F2;\n --paper-white-monochromatic-3: #D4D4B9;\n}\n\n.palette-paper-white-harmony {\n color: #111827;\n background: linear-gradient(135deg, #F7F7F2, #F2F2F7, #F7F5F2, #F5F7F2, #FFFFFF, #D4D4B9);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "paper-white",
"name": "Paper White",
"hex": "#F7F7F2",
"rgb": [
247,
247,
242
],
"hsl": [
60,
24,
96
],
"cmyk": [
0,
0,
2,
3
],
"family": "yellow",
"temperature": "warm",
"tone": [
"light"
],
"luminance": 0.9271,
"contrast": {
"black": 19.54,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"sourceColor": {
"slug": "paper-white",
"name": "Paper White",
"hex": "#F7F7F2",
"url": "https://www.colorsencyclopedia.com/colors/paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
},
"harmonyGroups": [
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#F2F2F7",
"name": "#F2F2F7",
"slug": null,
"rgb": [
242,
242,
247
],
"hsl": [
240,
24,
96
],
"cmyk": [
2,
2,
0,
3
],
"luminance": 0.891,
"contrast": {
"black": 18.82,
"white": 1.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f2f7.json"
}
],
"anchor": "paper-white-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#F7F5F2",
"name": "#F7F5F2",
"slug": null,
"rgb": [
247,
245,
242
],
"hsl": [
36,
24,
96
],
"cmyk": [
0,
1,
2,
3
],
"luminance": 0.9149,
"contrast": {
"black": 19.3,
"white": 1.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f7f5f2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f7f5f2.json"
},
{
"hex": "#F5F7F2",
"name": "#F5F7F2",
"slug": null,
"rgb": [
245,
247,
242
],
"hsl": [
84,
24,
96
],
"cmyk": [
1,
0,
2,
3
],
"luminance": 0.9234,
"contrast": {
"black": 19.47,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f5f7f2/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5f7f2.json"
}
],
"anchor": "paper-white-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#F2F7F7",
"name": "#F2F7F7",
"slug": null,
"rgb": [
242,
247,
247
],
"hsl": [
180,
24,
96
],
"cmyk": [
2,
0,
0,
3
],
"luminance": 0.9211,
"contrast": {
"black": 19.42,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f7f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f7f7.json"
},
{
"hex": "#F7F2F7",
"name": "#F7F2F7",
"slug": null,
"rgb": [
247,
242,
247
],
"hsl": [
300,
24,
96
],
"cmyk": [
0,
2,
0,
3
],
"luminance": 0.8999,
"contrast": {
"black": 19,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f7f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f7f2f7.json"
}
],
"anchor": "paper-white-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#F2F7F5",
"name": "#F2F7F5",
"slug": null,
"rgb": [
242,
247,
245
],
"hsl": [
156,
24,
96
],
"cmyk": [
2,
0,
1,
3
],
"luminance": 0.9199,
"contrast": {
"black": 19.4,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f7f5/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f7f5.json"
},
{
"hex": "#F2F2F7",
"name": "#F2F2F7",
"slug": null,
"rgb": [
242,
242,
247
],
"hsl": [
240,
24,
96
],
"cmyk": [
2,
2,
0,
3
],
"luminance": 0.891,
"contrast": {
"black": 18.82,
"white": 1.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f2f7.json"
},
{
"hex": "#F7F2F5",
"name": "#F7F2F5",
"slug": null,
"rgb": [
247,
242,
245
],
"hsl": [
324,
24,
96
],
"cmyk": [
0,
2,
1,
3
],
"luminance": 0.8987,
"contrast": {
"black": 18.97,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f7f2f5/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f7f2f5.json"
}
],
"anchor": "paper-white-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#F2F5F7",
"name": "#F2F5F7",
"slug": null,
"rgb": [
242,
245,
247
],
"hsl": [
204,
24,
96
],
"cmyk": [
2,
1,
0,
3
],
"luminance": 0.909,
"contrast": {
"black": 19.18,
"white": 1.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f2f5f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f2f5f7.json"
},
{
"hex": "#F5F2F7",
"name": "#F5F2F7",
"slug": null,
"rgb": [
245,
242,
247
],
"hsl": [
276,
24,
96
],
"cmyk": [
1,
2,
0,
3
],
"luminance": 0.8963,
"contrast": {
"black": 18.93,
"white": 1.11
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/hex/f5f2f7/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/f5f2f7.json"
}
],
"anchor": "paper-white-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#FFFFFF",
"name": "White",
"slug": "white",
"rgb": [
255,
255,
255
],
"hsl": [
0,
0,
100
],
"cmyk": [
0,
0,
0,
0
],
"luminance": 1,
"contrast": {
"black": 21,
"white": 1
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/white.json"
},
{
"hex": "#F7F7F2",
"name": "Paper White",
"slug": "paper-white",
"rgb": [
247,
247,
242
],
"hsl": [
60,
24,
96
],
"cmyk": [
0,
0,
2,
3
],
"luminance": 0.9271,
"contrast": {
"black": 19.54,
"white": 1.07
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": "https://www.colorsencyclopedia.com/colors/paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
},
{
"hex": "#D4D4B9",
"name": "#D4D4B9",
"slug": null,
"rgb": [
212,
212,
185
],
"hsl": [
60,
24,
78
],
"cmyk": [
0,
0,
13,
17
],
"luminance": 0.6459,
"contrast": {
"black": 13.92,
"white": 1.51
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/d4d4b9/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/d4d4b9.json"
}
],
"anchor": "paper-white-harmony-monochromatic"
}
],
"signaturePalette": [
"#F7F7F2",
"#F2F2F7",
"#F7F5F2",
"#F5F7F2",
"#FFFFFF",
"#D4D4B9"
],
"semanticGroups": [
"yellow harmony",
"warm harmony",
"light harmony",
"paper white palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Paper White: 19.54:1",
"White contrast on Paper White: 1.07:1",
"AA text options: #000000, #1A1A1A, #36454F"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/paper-white.json",
"https://www.colorsencyclopedia.com/api/colors/paper-white.json",
"https://www.colorsencyclopedia.com/api/hex/f7f7f2.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/paper-white.json",
"cssSnippet": ":root {\n --color-paper-white: #F7F7F2;\n --paper-white-complementary-1: #F2F2F7;\n --paper-white-analogous-1: #F7F5F2;\n --paper-white-analogous-2: #F5F7F2;\n --paper-white-triadic-1: #F2F7F7;\n --paper-white-triadic-2: #F7F2F7;\n --paper-white-tetradic-1: #F2F7F5;\n --paper-white-tetradic-2: #F2F2F7;\n --paper-white-tetradic-3: #F7F2F5;\n --paper-white-split-complementary-1: #F2F5F7;\n --paper-white-split-complementary-2: #F5F2F7;\n --paper-white-monochromatic-1: #FFFFFF;\n --paper-white-monochromatic-2: #F7F7F2;\n --paper-white-monochromatic-3: #D4D4B9;\n}\n\n.palette-paper-white-harmony {\n color: #111827;\n background: linear-gradient(135deg, #F7F7F2, #F2F2F7, #F7F5F2, #F5F7F2, #FFFFFF, #D4D4B9);\n}"
}
CSS Harmony Tokens
Use these tokens when Paper White needs a complete palette system instead of a single color variable.
:root {
--color-paper-white: #F7F7F2;
--paper-white-complementary-1: #F2F2F7;
--paper-white-analogous-1: #F7F5F2;
--paper-white-analogous-2: #F5F7F2;
--paper-white-triadic-1: #F2F7F7;
--paper-white-triadic-2: #F7F2F7;
--paper-white-tetradic-1: #F2F7F5;
--paper-white-tetradic-2: #F2F2F7;
--paper-white-tetradic-3: #F7F2F5;
--paper-white-split-complementary-1: #F2F5F7;
--paper-white-split-complementary-2: #F5F2F7;
--paper-white-monochromatic-1: #FFFFFF;
--paper-white-monochromatic-2: #F7F7F2;
--paper-white-monochromatic-3: #D4D4B9;
}
.palette-paper-white-harmony {
color: #111827;
background: linear-gradient(135deg, #F7F7F2, #F2F2F7, #F7F5F2, #F5F7F2, #FFFFFF, #D4D4B9);
}
Paper White Harmony Groups
Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.
Complementary Harmony1 colors · maximum hue contrast
Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.
#F2F2F7Analogous Harmony2 colors · neighboring hue movement
Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.
#F7F5F2#F5F7F2Triadic Harmony2 colors · three evenly spaced hues
Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.
#F2F7F7#F7F2F7Tetradic Harmony3 colors · two complementary pairs
Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.
#F2F7F5#F2F2F7#F7F2F5Split Complementary Harmony2 colors · softened complementary contrast
Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.
#F2F5F7#F5F2F7Monochromatic Harmony3 colors · same hue, different values
Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.
#FFFFFF#F7F7F2#D4D4B9