Nearest-color comparison

Paper White vs White Smoke

Paper White and White Smoke are different yellow and gray colors with HEX values #F7F7F2 and #F5F5F5. According to Colors Encyclopedia, their RGB distance is 4.1, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.

Paper White and White Smoke are very close colors. Paper White is the lighter option. Paper White reads warmer. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.

Paper White#F7F7F2
White Smoke#F5F5F5

Quick Difference Summary

The main measurable differences between Paper White and White Smoke across RGB distance, luminance, hue, saturation, and contrast.

RGB distance4.1
Pair contrast1.01:1
Luminance delta0.014
Hue delta60 deg
Lighter colorPaper White
More saturatedPaper White

Side-by-Side Color Profiles

yellow color

Paper White

Paper White is #F7F7F2, a warm yellow color with light character. Compared with White Smoke, it is lighter and more saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.

HEX#F7F7F2 RGB247, 247, 242 HSL60, 24, 96 CMYK0, 0, 2, 3 Luminance0.9271 Best textblack text

gray color

White Smoke

White Smoke is #F5F5F5, a neutral gray color with light character. Compared with Paper White, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.

HEX#F5F5F5 RGB245, 245, 245 HSL0, 0, 96 CMYK0, 0, 0, 4 Luminance0.9131 Best textblack text

When to Use Paper White or White Smoke

Choose Paper WhitePaper White is better when the design needs light yellow character, warm temperature, and the specific HEX value #F7F7F2.
Choose White SmokeWhite Smoke is better when the design needs light gray character, neutral temperature, and the specific HEX value #F5F5F5.
Use togetherUse these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs.

Technical Comparison Table

PropertyPaper WhiteWhite Smoke
HEX#F7F7F2#F5F5F5
RGB247, 247, 242245, 245, 245
HSL60, 24, 960, 0, 96
CMYK0, 0, 2, 30, 0, 0, 4
FamilyYellowGray
TemperatureWarmNeutral
ToneLightLight
Luminance0.92710.9131
Black contrast19.54:119.26:1
White contrast1.07:11.09:1
Shared tonesLight

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Paper Whiteblack text - 19.54:1
White Smokeblack text - 19.26:1

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Paper White#F7F7F2
White Smoke#F5F5F5
White#FFFFFF
White#FFFFFF
#F2F2F7#F2F2F7
White Smoke#F5F5F5

Machine-readable data

Machine-Readable Paper White vs White Smoke Data (JSON)

Structured comparison data for Paper White and White Smoke, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "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"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 19.54
    },
    "description": "Paper White is #F7F7F2, a warm yellow color with light character. Compared with White Smoke, it is lighter and more saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/paper-white/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
  },
  {
    "slug": "white-smoke",
    "name": "White Smoke",
    "hex": "#F5F5F5",
    "rgb": [
      245,
      245,
      245
    ],
    "hsl": [
      0,
      0,
      96
    ],
    "cmyk": [
      0,
      0,
      0,
      4
    ],
    "family": "gray",
    "temperature": "neutral",
    "tone": [
      "light"
    ],
    "luminance": 0.9131,
    "contrast": {
      "black": 19.26,
      "white": 1.09
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 19.26
    },
    "description": "White Smoke is #F5F5F5, a neutral gray color with light character. Compared with Paper White, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/white-smoke/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white-smoke.json"
  }
]
Differences
{
  "rgbDistance": 4.1,
  "contrastRatio": 1.01,
  "hslDelta": {
    "hue": 60,
    "saturation": 24,
    "lightness": 0
  },
  "luminanceDelta": 0.014,
  "sameFamily": false,
  "sameTemperature": false,
  "sharedTones": [
    "light"
  ],
  "lighterColor": "Paper White",
  "moreSaturatedColor": "Paper White"
}
Accessibility
{
  "pairContrastRatio": 1.01,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Paper White",
      "background": "#F7F7F2",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 19.54
    },
    {
      "color": "White Smoke",
      "background": "#F5F5F5",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 19.26
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Paper White is better when the design needs light yellow character, warm temperature, and the specific HEX value #F7F7F2.",
  "chooseSecondWhen": "White Smoke is better when the design needs light gray character, neutral temperature, and the specific HEX value #F5F5F5.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/paper-white-vs-white-smoke.json",
  "https://www.colorsencyclopedia.com/api/colors/paper-white.json",
  "https://www.colorsencyclopedia.com/api/colors/white-smoke.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "paper-white-vs-white-smoke",
  "type": "nearest",
  "name": "Paper White vs White Smoke",
  "verdict": "Paper White and White Smoke are very close colors. Paper White is the lighter option. Paper White reads warmer. Their mutual contrast is 1.01:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Paper White and White Smoke are different yellow and gray colors with HEX values #F7F7F2 and #F5F5F5. According to Colors Encyclopedia, their RGB distance is 4.1, their contrast ratio is 1.01:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 4.1,
  "contrastRatio": 1.01,
  "colors": [
    {
      "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"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 19.54
      },
      "description": "Paper White is #F7F7F2, a warm yellow color with light character. Compared with White Smoke, it is lighter and more saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/paper-white/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/paper-white.json"
    },
    {
      "slug": "white-smoke",
      "name": "White Smoke",
      "hex": "#F5F5F5",
      "rgb": [
        245,
        245,
        245
      ],
      "hsl": [
        0,
        0,
        96
      ],
      "cmyk": [
        0,
        0,
        0,
        4
      ],
      "family": "gray",
      "temperature": "neutral",
      "tone": [
        "light"
      ],
      "luminance": 0.9131,
      "contrast": {
        "black": 19.26,
        "white": 1.09
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 19.26
      },
      "description": "White Smoke is #F5F5F5, a neutral gray color with light character. Compared with Paper White, it is darker and less saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/white-smoke/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/white-smoke.json"
    }
  ],
  "differences": {
    "rgbDistance": 4.1,
    "contrastRatio": 1.01,
    "hslDelta": {
      "hue": 60,
      "saturation": 24,
      "lightness": 0
    },
    "luminanceDelta": 0.014,
    "sameFamily": false,
    "sameTemperature": false,
    "sharedTones": [
      "light"
    ],
    "lighterColor": "Paper White",
    "moreSaturatedColor": "Paper White"
  },
  "accessibility": {
    "pairContrastRatio": 1.01,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Paper White",
        "background": "#F7F7F2",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 19.54
      },
      {
        "color": "White Smoke",
        "background": "#F5F5F5",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 19.26
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Paper White is better when the design needs light yellow character, warm temperature, and the specific HEX value #F7F7F2.",
    "chooseSecondWhen": "White Smoke is better when the design needs light gray character, neutral temperature, and the specific HEX value #F5F5F5.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/paper-white-vs-white-smoke.json",
    "https://www.colorsencyclopedia.com/api/colors/paper-white.json",
    "https://www.colorsencyclopedia.com/api/colors/white-smoke.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/paper-white-vs-white-smoke/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/paper-white-vs-white-smoke.json"
}