Generated palette
Paper White Palette
Paper White Palette: #F7F7F2, #F2F2F7, #F7F5F2, #F5F7F2. Check roles, contrast and CSS variables; open source-color links and JSON.
Paper White Palette assigns primary #F7F7F2, secondary #F2F2F7, surface #F7F5F2, background #F5F7F2, accent #000000. The set spans Yellow, Blue, Orange, and Green families with warm, cool, and neutral temperatures. Luminance runs from #000000 at 0 to #F7F7F2 at 0.9271; black gives higher contrast on 4 of 5 values.
Palette Color Roles
Paper White Palette maps 5 colors to practical UI roles for interfaces, brand systems, and CSS tokens.
#F7F7F2Paper White#F2F2F7#F2F2F7#F7F5F2#F7F5F2#F5F7F2#F5F7F2#000000BlackCSS Variables
--palette-paper-white-primary: #F7F7F2; --palette-paper-white-secondary: #F2F2F7; --palette-paper-white-surface: #F7F5F2; --palette-paper-white-background: #F5F7F2; --palette-paper-white-accent: #000000;
Accessibility Snapshot
Compare all 5 Paper White Palette values against black and white text, with the stronger standard foreground identified for each role.
UI Components Preview
Preview how the Paper White Palette roles behave together across common interface components before copying the CSS variables.
Machine-readable data
Machine-Readable Paper White Palette Data (JSON)
Structured palette data for Paper White Palette, including color roles, accessibility, semantic groups, use cases, CSS variables, and API links.
colorsPalette colors with roles and color systemsrolesPrimary, secondary, surface, background, and accent mappingaccessibilityContrast and WCAG text options by palette colorsemanticGroupsAI-readable palette labelsuseCasesDesign and implementation contextscssVariablesCopy-ready CSS custom propertiesStructured sections
Roles
[
{
"role": "primary",
"hex": "#F7F7F2",
"name": "Paper White"
},
{
"role": "secondary",
"hex": "#F2F2F7",
"name": "#F2F2F7"
},
{
"role": "surface",
"hex": "#F7F5F2",
"name": "#F7F5F2"
},
{
"role": "background",
"hex": "#F5F7F2",
"name": "#F5F7F2"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
]Accessibility
[
{
"role": "primary",
"hex": "#F7F7F2",
"name": "Paper White",
"blackContrast": 19.54,
"whiteContrast": 1.07,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#F2F2F7",
"name": "#F2F2F7",
"blackContrast": 18.82,
"whiteContrast": 1.12,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#F7F5F2",
"name": "#F7F5F2",
"blackContrast": 19.3,
"whiteContrast": 1.09,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#F5F7F2",
"name": "#F5F7F2",
"blackContrast": 19.47,
"whiteContrast": 1.08,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
]Semantic groups
[
"paper white palette",
"generated palette",
"yellow palette",
"blue palette",
"orange palette",
"green palette",
"gray palette",
"light palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
]Use cases
[
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"wellness and botanical palettes",
"calm digital interfaces"
]CSS variables
"--palette-paper-white-primary: #F7F7F2;\n--palette-paper-white-secondary: #F2F2F7;\n--palette-paper-white-surface: #F7F5F2;\n--palette-paper-white-background: #F5F7F2;\n--palette-paper-white-accent: #000000;"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "paper-white",
"name": "Paper White Palette",
"type": "generated",
"sourceColor": "paper-white",
"description": "Generated palette built from Paper White, its harmonies, a high-contrast pairing, and a light variant.",
"narrative": "Paper White Palette combines primary #F7F7F2, secondary #F2F2F7, surface #F7F5F2, background #F5F7F2, accent #000000. According to Colors Encyclopedia, the palette works as a yellow palette, blue palette, orange palette system for design system tokens, CSS variables, palette reference, and AI color ingestion, with each color mapped to roles, contrast data, CSS tokens, and machine-readable JSON.",
"semanticGroups": [
"paper white palette",
"generated palette",
"yellow palette",
"blue palette",
"orange palette",
"green palette",
"gray palette",
"light palette",
"dark palette",
"neutral palette",
"warm palette",
"cool palette"
],
"useCases": [
"design system tokens",
"CSS variables",
"palette reference",
"AI color ingestion",
"wellness and botanical palettes",
"calm digital interfaces"
],
"colors": [
{
"role": "primary",
"hex": "#F7F7F2",
"slug": "paper-white",
"name": "Paper White",
"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"
]
},
"url": "https://www.colorsencyclopedia.com/colors/paper-white/"
},
{
"role": "secondary",
"hex": "#F2F2F7",
"slug": null,
"name": "#F2F2F7",
"rgb": [
242,
242,
247
],
"hsl": [
240,
24,
96
],
"cmyk": [
2,
2,
0,
3
],
"family": "blue",
"temperature": "cool",
"tone": [
"light"
],
"luminance": 0.891,
"contrast": {
"black": 18.82,
"white": 1.12
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "surface",
"hex": "#F7F5F2",
"slug": null,
"name": "#F7F5F2",
"rgb": [
247,
245,
242
],
"hsl": [
36,
24,
96
],
"cmyk": [
0,
1,
2,
3
],
"family": "orange",
"temperature": "warm",
"tone": [
"light"
],
"luminance": 0.9149,
"contrast": {
"black": 19.3,
"white": 1.09
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "background",
"hex": "#F5F7F2",
"slug": null,
"name": "#F5F7F2",
"rgb": [
245,
247,
242
],
"hsl": [
84,
24,
96
],
"cmyk": [
1,
0,
2,
3
],
"family": "green",
"temperature": "cool",
"tone": [
"light"
],
"luminance": 0.9234,
"contrast": {
"black": 19.47,
"white": 1.08
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"url": null
},
{
"role": "accent",
"hex": "#000000",
"slug": "black",
"name": "Black",
"rgb": [
0,
0,
0
],
"hsl": [
0,
0,
0
],
"cmyk": [
0,
0,
0,
100
],
"family": "gray",
"temperature": "neutral",
"tone": [
"dark",
"neutral"
],
"luminance": 0,
"contrast": {
"black": 1,
"white": 21
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/colors/black/"
}
],
"roles": [
{
"role": "primary",
"hex": "#F7F7F2",
"name": "Paper White"
},
{
"role": "secondary",
"hex": "#F2F2F7",
"name": "#F2F2F7"
},
{
"role": "surface",
"hex": "#F7F5F2",
"name": "#F7F5F2"
},
{
"role": "background",
"hex": "#F5F7F2",
"name": "#F5F7F2"
},
{
"role": "accent",
"hex": "#000000",
"name": "Black"
}
],
"accessibility": [
{
"role": "primary",
"hex": "#F7F7F2",
"name": "Paper White",
"blackContrast": 19.54,
"whiteContrast": 1.07,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "secondary",
"hex": "#F2F2F7",
"name": "#F2F2F7",
"blackContrast": 18.82,
"whiteContrast": 1.12,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "surface",
"hex": "#F7F5F2",
"name": "#F7F5F2",
"blackContrast": 19.3,
"whiteContrast": 1.09,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "background",
"hex": "#F5F7F2",
"name": "#F5F7F2",
"blackContrast": 19.47,
"whiteContrast": 1.08,
"bestTextColor": "#000000",
"aaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
],
"aaaTextOptions": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
{
"role": "accent",
"hex": "#000000",
"name": "Black",
"blackContrast": 1,
"whiteContrast": 21,
"bestTextColor": "#FFFFFF",
"aaTextOptions": [
"#FFFFFF",
"#F5F5F5"
],
"aaaTextOptions": [
"#FFFFFF",
"#F5F5F5"
]
}
],
"cssVariables": "--palette-paper-white-primary: #F7F7F2;\n--palette-paper-white-secondary: #F2F2F7;\n--palette-paper-white-surface: #F7F5F2;\n--palette-paper-white-background: #F5F7F2;\n--palette-paper-white-accent: #000000;",
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/palettes/paper-white.json",
"https://www.colorsencyclopedia.com/api/palettes.json",
"https://www.colorsencyclopedia.com/api/colors/paper-white.json"
],
"url": "https://www.colorsencyclopedia.com/palettes/paper-white/",
"apiUrl": "https://www.colorsencyclopedia.com/api/palettes/paper-white.json"
}