Named color

Porcelain

Porcelain is a light blue color with HEX #F2F3F4. According to Colors Encyclopedia, it has RGB 242, 243, 244, HSL 210, 8%, 95%, cool temperature, and is useful for backgrounds, typography, and product surfaces.

HEX #F2F3F4
RGB rgb(242, 243, 244)
HSL hsl(210 8% 95%)
CMYK cmyk(1, 0, 0, 4)
Luminance 0.8951
Contrast Black 18.9:1White 1.11:1

CSS Utilities

--color-porcelain: #F2F3F4;
.bg-porcelain { background-color: #F2F3F4; }
.text-porcelain { color: #F2F3F4; }

Machine-readable data

Machine-Readable Color Data (JSON)

Perfect for CSS, design systems, automation, and AI ingestion.

AI-Ready Dataset v1.0.0
Luminance0.8951
Black text18.9:1AA Pass
White text1.11:1AA Fail
hexCanonical HEX value
rgbRed, green, blue channels
hslHue, saturation, lightness
cmykApproximate print conversion
wcagAA and AAA contrast options
harmoniesMathematical harmony sets
variantsGenerated tone variants
nearestColorsKnowledge graph neighbors
Download JSON Open API
Structured sections
Color systems
{
  "hex": "#F2F3F4",
  "rgb": [
    242,
    243,
    244
  ],
  "hsl": [
    210,
    8,
    95
  ],
  "cmyk": [
    1,
    0,
    0,
    4
  ],
  "luminance": 0.8951,
  "contrast": {
    "black": 18.9,
    "white": 1.11
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ]
}
Harmonies
{
  "complementary": "#F3F2F1",
  "analogous": [
    "#F1F3F3",
    "#F1F1F3"
  ],
  "triadic": [
    "#F3F1F2",
    "#F2F3F1"
  ],
  "tetradic": [
    "#F3F1F3",
    "#F3F2F1",
    "#F1F3F1"
  ],
  "splitComplementary": [
    "#F3F1F1",
    "#F3F3F1"
  ],
  "monochromatic": [
    "#FFFFFF",
    "#F2F3F4",
    "#C0C4C9"
  ]
}
Variants
{
  "light": "#FFFFFF",
  "dark": "#C0C4C9",
  "saturated": "#EEF2F6",
  "desaturated": "#F2F2F2",
  "pastel": "#FFFFFF",
  "neon": "#FFFFFF"
}
Pairings
{
  "best": [
    "#000000",
    "#F3F2F1",
    "#F1F3F3",
    "#F1F1F3"
  ],
  "avoid": [
    "#F2F2F2",
    "#FFFFFF"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#FFFFFF",
    "#F2F2F2"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "white-smoke",
    "cloud",
    "paper-white",
    "powder-coat-white",
    "alice-blue"
  ],
  "generatedPalettes": [
    "porcelain"
  ],
  "generatedComparisons": [
    "cloud-vs-porcelain",
    "porcelain-vs-white-smoke"
  ],
  "relatedFamilies": [
    "/colors/by-family/blue",
    "/colors/by-temperature/cool",
    "/colors/by-tone/light"
  ],
  "relatedTools": [
    "/harmonies/porcelain",
    "/wcag/porcelain",
    "/css/colors/porcelain",
    "/hex/f2f3f4"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/blue",
      "/colors/by-temperature/cool",
      "/colors/by-tone/light"
    ],
    "narrower": [
      "/palettes/porcelain"
    ],
    "related": [
      "/colors/white-smoke",
      "/colors/cloud",
      "/colors/paper-white",
      "/colors/powder-coat-white",
      "/colors/alice-blue",
      "/compare/cloud-vs-porcelain",
      "/compare/porcelain-vs-white-smoke",
      "/harmonies/porcelain",
      "/wcag/porcelain",
      "/css/colors/porcelain",
      "/hex/f2f3f4"
    ]
  }
}
Full JSON dataset
{
  "slug": "porcelain",
  "name": "Porcelain",
  "hex": "#F2F3F4",
  "uses": [
    "backgrounds",
    "typography",
    "product surfaces"
  ],
  "psychology": {
    "associations": [
      "restraint",
      "clarity",
      "balance"
    ],
    "contexts": [
      "interfaces",
      "architecture",
      "editorial design",
      "packaging"
    ],
    "avoidIn": [
      "high-energy accent-only palettes"
    ]
  },
  "aliases": [],
  "sourceType": "curated",
  "confidence": "medium",
  "reviewStatus": "manual",
  "sourceUrl": "https://www.colorsencyclopedia.com/assets/colors.json",
  "origin": {
    "type": "common",
    "notes": "Curated common color reference used in design and editorial color systems."
  },
  "family": "blue",
  "temperature": "cool",
  "tone": [
    "light"
  ],
  "editorialNotes": "Curated internal color record with computed technical properties.",
  "tags": [
    "blue",
    "cool",
    "light",
    "backgrounds",
    "typography",
    "product-surfaces",
    "restraint",
    "clarity",
    "balance"
  ],
  "popularity": 84,
  "rgb": [
    242,
    243,
    244
  ],
  "hsl": [
    210,
    8,
    95
  ],
  "cmyk": [
    1,
    0,
    0,
    4
  ],
  "luminance": 0.8951,
  "contrast": {
    "black": 18.9,
    "white": 1.11
  },
  "harmonies": {
    "complementary": "#F3F2F1",
    "analogous": [
      "#F1F3F3",
      "#F1F1F3"
    ],
    "triadic": [
      "#F3F1F2",
      "#F2F3F1"
    ],
    "tetradic": [
      "#F3F1F3",
      "#F3F2F1",
      "#F1F3F1"
    ],
    "splitComplementary": [
      "#F3F1F1",
      "#F3F3F1"
    ],
    "monochromatic": [
      "#FFFFFF",
      "#F2F3F4",
      "#C0C4C9"
    ]
  },
  "variants": {
    "light": "#FFFFFF",
    "dark": "#C0C4C9",
    "saturated": "#EEF2F6",
    "desaturated": "#F2F2F2",
    "pastel": "#FFFFFF",
    "neon": "#FFFFFF"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "css": {
    "variable": "--color-porcelain: #F2F3F4;",
    "utility": ".bg-porcelain { background-color: #F2F3F4; }",
    "textUtility": ".text-porcelain { color: #F2F3F4; }"
  },
  "nearestColors": [
    "white-smoke",
    "cloud",
    "paper-white",
    "powder-coat-white",
    "alice-blue"
  ],
  "generatedPalettes": [
    "porcelain"
  ],
  "generatedComparisons": [
    "cloud-vs-porcelain",
    "porcelain-vs-white-smoke"
  ],
  "relatedFamilies": [
    "/colors/by-family/blue",
    "/colors/by-temperature/cool",
    "/colors/by-tone/light"
  ],
  "relatedTools": [
    "/harmonies/porcelain",
    "/wcag/porcelain",
    "/css/colors/porcelain",
    "/hex/f2f3f4"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/blue",
      "/colors/by-temperature/cool",
      "/colors/by-tone/light"
    ],
    "narrower": [
      "/palettes/porcelain"
    ],
    "related": [
      "/colors/white-smoke",
      "/colors/cloud",
      "/colors/paper-white",
      "/colors/powder-coat-white",
      "/colors/alice-blue",
      "/compare/cloud-vs-porcelain",
      "/compare/porcelain-vs-white-smoke",
      "/harmonies/porcelain",
      "/wcag/porcelain",
      "/css/colors/porcelain",
      "/hex/f2f3f4"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#F3F2F1",
      "#F1F3F3",
      "#F1F1F3"
    ],
    "avoid": [
      "#F2F2F2",
      "#FFFFFF"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#FFFFFF",
      "#F2F2F2"
    ]
  }
}

Color meaning and use

About Porcelain Color

Porcelain sits in the blue family with cool temperature and light visual character. Porcelain is a commonly used color name in design references, palettes, and editorial color systems.

Its common associations include restraint, clarity, and balance, which makes it relevant for interfaces and architecture. In design work, Porcelain is most useful for backgrounds, typography, and product surfaces, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Porcelain against black and white text.

Black text18.9:1AA Pass
White text1.11:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A, #36454F

Similar Colors

Color Harmonies

#F3F2F1#F3F2F1
#F1F3F3#F1F3F3
#F1F1F3#F1F1F3
#F3F1F2#F3F1F2
#F2F3F1#F2F3F1

Variants

White#FFFFFF
#C0C4C9#C0C4C9
#EEF2F6#EEF2F6
#F2F2F2#F2F2F2
White#FFFFFF
White#FFFFFF

Pairings

Black#000000
#F3F2F1#F3F2F1
#F1F3F3#F1F3F3
#F1F1F3#F1F1F3
Matte Black#1A1A1A
White Smoke#F5F5F5