Nearest-color comparison

Linen vs Warm White

Linen and Warm White are different orange and yellow colors with HEX values #FAF0E6 and #F8F4E3. According to Colors Encyclopedia, their RGB distance is 5.4, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.

Linen and Warm White are very close colors. Warm White is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.

Linen#FAF0E6
Warm White#F8F4E3

Quick Difference Summary

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

RGB distance5.4
Pair contrast1.02:1
Luminance delta0.0184
Hue delta19 deg
Lighter colorWarm White
More saturatedLinen

Side-by-Side Color Profiles

orange color

Linen

Linen is #FAF0E6, a warm orange color with light character. Compared with Warm White, it is darker and more saturated. Use it for web design, css color systems, and ui prototyping, with black text as the safer foreground option.

HEX#FAF0E6 RGB250, 240, 230 HSL30, 67, 94 CMYK0, 4, 8, 2 Luminance0.8836 Best textblack text

yellow color

Warm White

Warm White is #F8F4E3, a warm yellow color with light character. Compared with Linen, it is lighter and less saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.

HEX#F8F4E3 RGB248, 244, 227 HSL49, 60, 93 CMYK0, 2, 8, 3 Luminance0.902 Best textblack text

When to Use Linen or Warm White

Choose LinenLinen is better when the design needs light orange character, warm temperature, and the specific HEX value #FAF0E6.
Choose Warm WhiteWarm White is better when the design needs light yellow character, warm temperature, and the specific HEX value #F8F4E3.
Use togetherUse these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs.

Technical Comparison Table

PropertyLinenWarm White
HEX#FAF0E6#F8F4E3
RGB250, 240, 230248, 244, 227
HSL30, 67, 9449, 60, 93
CMYK0, 4, 8, 20, 2, 8, 3
FamilyOrangeYellow
TemperatureWarmWarm
ToneLightLight
Luminance0.88360.902
Black contrast18.67:119.04:1
White contrast1.12:11.1:1
Shared tonesLight

Accessibility and Contrast

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

Linenblack text - 18.67:1
Warm Whiteblack text - 19.04:1

Related Palette Strip

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

Linen White#FAF0E6
Warm White#F8F4E3
White#FFFFFF
White#FFFFFF
#E5F0FA#E5F0FA
#E2E6F8#E2E6F8

Machine-readable data

Machine-Readable Linen vs Warm White Data (JSON)

Structured comparison data for Linen and Warm White, 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": "linen",
    "name": "Linen",
    "hex": "#FAF0E6",
    "rgb": [
      250,
      240,
      230
    ],
    "hsl": [
      30,
      67,
      94
    ],
    "cmyk": [
      0,
      4,
      8,
      2
    ],
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "light"
    ],
    "luminance": 0.8836,
    "contrast": {
      "black": 18.67,
      "white": 1.12
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 18.67
    },
    "description": "Linen is #FAF0E6, a warm orange color with light character. Compared with Warm White, it is darker and more 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/linen/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/linen.json"
  },
  {
    "slug": "warm-white",
    "name": "Warm White",
    "hex": "#F8F4E3",
    "rgb": [
      248,
      244,
      227
    ],
    "hsl": [
      49,
      60,
      93
    ],
    "cmyk": [
      0,
      2,
      8,
      3
    ],
    "family": "yellow",
    "temperature": "warm",
    "tone": [
      "light"
    ],
    "luminance": 0.902,
    "contrast": {
      "black": 19.04,
      "white": 1.1
    },
    "wcag": {
      "AA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ],
      "AAA": [
        "#000000",
        "#1A1A1A",
        "#36454F"
      ]
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 19.04
    },
    "description": "Warm White is #F8F4E3, a warm yellow color with light character. Compared with Linen, it is lighter and less saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/warm-white/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/warm-white.json"
  }
]
Differences
{
  "rgbDistance": 5.4,
  "contrastRatio": 1.02,
  "hslDelta": {
    "hue": 19,
    "saturation": 7,
    "lightness": 1
  },
  "luminanceDelta": 0.0184,
  "sameFamily": false,
  "sameTemperature": true,
  "sharedTones": [
    "light"
  ],
  "lighterColor": "Warm White",
  "moreSaturatedColor": "Linen"
}
Accessibility
{
  "pairContrastRatio": 1.02,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Linen",
      "background": "#FAF0E6",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 18.67
    },
    {
      "color": "Warm White",
      "background": "#F8F4E3",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 19.04
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Linen is better when the design needs light orange character, warm temperature, and the specific HEX value #FAF0E6.",
  "chooseSecondWhen": "Warm White is better when the design needs light yellow character, warm temperature, and the specific HEX value #F8F4E3.",
  "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/linen-vs-warm-white.json",
  "https://www.colorsencyclopedia.com/api/colors/linen.json",
  "https://www.colorsencyclopedia.com/api/colors/warm-white.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "linen-vs-warm-white",
  "type": "nearest",
  "name": "Linen vs Warm White",
  "verdict": "Linen and Warm White are very close colors. Warm White is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.02:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Linen and Warm White are different orange and yellow colors with HEX values #FAF0E6 and #F8F4E3. According to Colors Encyclopedia, their RGB distance is 5.4, their contrast ratio is 1.02:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 5.4,
  "contrastRatio": 1.02,
  "colors": [
    {
      "slug": "linen",
      "name": "Linen",
      "hex": "#FAF0E6",
      "rgb": [
        250,
        240,
        230
      ],
      "hsl": [
        30,
        67,
        94
      ],
      "cmyk": [
        0,
        4,
        8,
        2
      ],
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "light"
      ],
      "luminance": 0.8836,
      "contrast": {
        "black": 18.67,
        "white": 1.12
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 18.67
      },
      "description": "Linen is #FAF0E6, a warm orange color with light character. Compared with Warm White, it is darker and more 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/linen/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/linen.json"
    },
    {
      "slug": "warm-white",
      "name": "Warm White",
      "hex": "#F8F4E3",
      "rgb": [
        248,
        244,
        227
      ],
      "hsl": [
        49,
        60,
        93
      ],
      "cmyk": [
        0,
        2,
        8,
        3
      ],
      "family": "yellow",
      "temperature": "warm",
      "tone": [
        "light"
      ],
      "luminance": 0.902,
      "contrast": {
        "black": 19.04,
        "white": 1.1
      },
      "wcag": {
        "AA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ],
        "AAA": [
          "#000000",
          "#1A1A1A",
          "#36454F"
        ]
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 19.04
      },
      "description": "Warm White is #F8F4E3, a warm yellow color with light character. Compared with Linen, it is lighter and less saturated. Use it for neutral systems, backgrounds, and editorial typography, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/warm-white/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/warm-white.json"
    }
  ],
  "differences": {
    "rgbDistance": 5.4,
    "contrastRatio": 1.02,
    "hslDelta": {
      "hue": 19,
      "saturation": 7,
      "lightness": 1
    },
    "luminanceDelta": 0.0184,
    "sameFamily": false,
    "sameTemperature": true,
    "sharedTones": [
      "light"
    ],
    "lighterColor": "Warm White",
    "moreSaturatedColor": "Linen"
  },
  "accessibility": {
    "pairContrastRatio": 1.02,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Linen",
        "background": "#FAF0E6",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 18.67
      },
      {
        "color": "Warm White",
        "background": "#F8F4E3",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 19.04
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Linen is better when the design needs light orange character, warm temperature, and the specific HEX value #FAF0E6.",
    "chooseSecondWhen": "Warm White is better when the design needs light yellow character, warm temperature, and the specific HEX value #F8F4E3.",
    "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/linen-vs-warm-white.json",
    "https://www.colorsencyclopedia.com/api/colors/linen.json",
    "https://www.colorsencyclopedia.com/api/colors/warm-white.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/linen-vs-warm-white/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/linen-vs-warm-white.json"
}