CSS Utilities
--color-vellum: #EFE3C8;
.bg-vellum { background-color: #EFE3C8; }
.text-vellum { color: #EFE3C8; }Machine-readable data
Machine-Readable Color Data (JSON)
Perfect for CSS, design systems, automation, and AI ingestion.
hexCanonical HEX valuergbRed, green, blue channelshslHue, saturation, lightnesscmykApproximate print conversionwcagAA and AAA contrast optionsharmoniesMathematical harmony setsvariantsGenerated tone variantsnearestColorsKnowledge graph neighborsStructured sections
Color systems
{
"hex": "#EFE3C8",
"rgb": [
239,
227,
200
],
"hsl": [
42,
55,
86
],
"cmyk": [
0,
5,
16,
6
],
"luminance": 0.7746,
"contrast": {
"black": 16.49,
"white": 1.27
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#C8D3EF",
"analogous": [
"#EFD0C8",
"#E7EFC8"
],
"triadic": [
"#C8EFE3",
"#E3C8EF"
],
"tetradic": [
"#C8EFD0",
"#C8D3EF",
"#EFC8E7"
],
"splitComplementary": [
"#C8E7EF",
"#D0C8EF"
],
"monochromatic": [
"#FFFFFF",
"#EFE3C8",
"#DABF81"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#DABF81",
"saturated": "#F7E6C0",
"desaturated": "#E7E0D0",
"pastel": "#FFFFFF",
"neon": "#FFF6E0"
}Pairings
{
"best": [
"#000000",
"#C8D3EF",
"#EFD0C8",
"#E7EFC8"
],
"avoid": [
"#E7E0D0",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#E7E0D0"
]
}Knowledge graph
{
"nearestColors": [
"pearl",
"champagne",
"parchment",
"canvas",
"bone"
],
"generatedPalettes": [
"vellum"
],
"generatedComparisons": [
"pearl-vs-vellum",
"vellum-vs-champagne"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/vellum",
"/wcag/vellum",
"/css/colors/vellum",
"/hex/efe3c8"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/vellum"
],
"related": [
"/colors/pearl",
"/colors/champagne",
"/colors/parchment",
"/colors/canvas",
"/colors/bone",
"/compare/pearl-vs-vellum",
"/compare/vellum-vs-champagne",
"/harmonies/vellum",
"/wcag/vellum",
"/css/colors/vellum",
"/hex/efe3c8"
]
}
}Full JSON dataset
{
"slug": "vellum",
"name": "Vellum",
"hex": "#EFE3C8",
"uses": [
"neutral systems",
"backgrounds",
"editorial typography"
],
"psychology": {
"associations": [
"quietness",
"space",
"balance"
],
"contexts": [
"UI surfaces",
"interiors",
"print-like layouts",
"minimal branding"
],
"avoidIn": [
"high-visibility warning systems"
]
},
"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, material, cultural, and editorial color systems."
},
"family": "orange",
"temperature": "warm",
"tone": [
"light"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"orange",
"warm",
"light",
"neutral-systems",
"backgrounds",
"editorial-typography",
"quietness",
"space",
"balance"
],
"popularity": 84,
"rgb": [
239,
227,
200
],
"hsl": [
42,
55,
86
],
"cmyk": [
0,
5,
16,
6
],
"luminance": 0.7746,
"contrast": {
"black": 16.49,
"white": 1.27
},
"harmonies": {
"complementary": "#C8D3EF",
"analogous": [
"#EFD0C8",
"#E7EFC8"
],
"triadic": [
"#C8EFE3",
"#E3C8EF"
],
"tetradic": [
"#C8EFD0",
"#C8D3EF",
"#EFC8E7"
],
"splitComplementary": [
"#C8E7EF",
"#D0C8EF"
],
"monochromatic": [
"#FFFFFF",
"#EFE3C8",
"#DABF81"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#DABF81",
"saturated": "#F7E6C0",
"desaturated": "#E7E0D0",
"pastel": "#FFFFFF",
"neon": "#FFF6E0"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-vellum: #EFE3C8;",
"utility": ".bg-vellum { background-color: #EFE3C8; }",
"textUtility": ".text-vellum { color: #EFE3C8; }"
},
"nearestColors": [
"pearl",
"champagne",
"parchment",
"canvas",
"bone"
],
"generatedPalettes": [
"vellum"
],
"generatedComparisons": [
"pearl-vs-vellum",
"vellum-vs-champagne"
],
"relatedFamilies": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"relatedTools": [
"/harmonies/vellum",
"/wcag/vellum",
"/css/colors/vellum",
"/hex/efe3c8"
],
"semanticRelations": {
"broader": [
"/colors/by-family/orange",
"/colors/by-temperature/warm",
"/colors/by-tone/light"
],
"narrower": [
"/palettes/vellum"
],
"related": [
"/colors/pearl",
"/colors/champagne",
"/colors/parchment",
"/colors/canvas",
"/colors/bone",
"/compare/pearl-vs-vellum",
"/compare/vellum-vs-champagne",
"/harmonies/vellum",
"/wcag/vellum",
"/css/colors/vellum",
"/hex/efe3c8"
]
},
"pairings": {
"best": [
"#000000",
"#C8D3EF",
"#EFD0C8",
"#E7EFC8"
],
"avoid": [
"#E7E0D0",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#E7E0D0"
]
}
}
Color meaning and use
About Vellum Color
Vellum sits in the orange family with warm temperature and light visual character. Vellum is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include quietness, space, and balance, which makes it relevant for UI surfaces and interiors. In design work, Vellum is most useful for neutral systems, backgrounds, and editorial typography, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Vellum against black and white text.