CSS Utilities
--color-pastel-coral: #FFB3A7;
.bg-pastel-coral { background-color: #FFB3A7; }
.text-pastel-coral { color: #FFB3A7; }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": "#FFB3A7",
"rgb": [
255,
179,
167
],
"hsl": [
8,
100,
83
],
"cmyk": [
0,
30,
35,
0
],
"luminance": 0.5629,
"contrast": {
"black": 12.26,
"white": 1.71
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
}Harmonies
{
"complementary": "#A8F3FF",
"analogous": [
"#FFA8C8",
"#FFDFA8"
],
"triadic": [
"#A8FFB4",
"#B4A8FF"
],
"tetradic": [
"#C8FFA8",
"#A8F3FF",
"#DFA8FF"
],
"splitComplementary": [
"#A8FFDF",
"#A8C8FF"
],
"monochromatic": [
"#FFFFFF",
"#FFB3A7",
"#FF644D"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#FF644D",
"saturated": "#FFB4A8",
"desaturated": "#F5BBB2",
"pastel": "#FFFFFF",
"neon": "#FFD7D1"
}Pairings
{
"best": [
"#000000",
"#A8F3FF",
"#FFA8C8",
"#FFDFA8"
],
"avoid": [
"#F5BBB2",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#F5BBB2"
]
}Knowledge graph
{
"nearestColors": [
"soft-coral",
"melon",
"lotus-pink",
"light-pink",
"apricot"
],
"generatedPalettes": [
"pastel-coral"
],
"generatedComparisons": [
"melon-vs-pastel-coral",
"pastel-coral-vs-soft-coral"
],
"relatedFamilies": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/pastel-coral",
"/wcag/pastel-coral",
"/css/colors/pastel-coral",
"/hex/ffb3a7"
],
"semanticRelations": {
"broader": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/pastel-coral"
],
"related": [
"/colors/soft-coral",
"/colors/melon",
"/colors/lotus-pink",
"/colors/light-pink",
"/colors/apricot",
"/compare/melon-vs-pastel-coral",
"/compare/pastel-coral-vs-soft-coral",
"/harmonies/pastel-coral",
"/wcag/pastel-coral",
"/css/colors/pastel-coral",
"/hex/ffb3a7"
]
}
}Full JSON dataset
{
"slug": "pastel-coral",
"name": "Pastel Coral",
"hex": "#FFB3A7",
"uses": [
"soft UI backgrounds",
"pastel palettes",
"gentle product design"
],
"psychology": {
"associations": [
"softness",
"care",
"lightness"
],
"contexts": [
"wellness",
"beauty",
"children products",
"lifestyle"
],
"avoidIn": [
"high-contrast operational alerts"
]
},
"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": "red",
"temperature": "warm",
"tone": [
"pastel"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"red",
"warm",
"pastel",
"soft-ui-backgrounds",
"pastel-palettes",
"gentle-product-design",
"softness",
"care",
"lightness"
],
"popularity": 84,
"rgb": [
255,
179,
167
],
"hsl": [
8,
100,
83
],
"cmyk": [
0,
30,
35,
0
],
"luminance": 0.5629,
"contrast": {
"black": 12.26,
"white": 1.71
},
"harmonies": {
"complementary": "#A8F3FF",
"analogous": [
"#FFA8C8",
"#FFDFA8"
],
"triadic": [
"#A8FFB4",
"#B4A8FF"
],
"tetradic": [
"#C8FFA8",
"#A8F3FF",
"#DFA8FF"
],
"splitComplementary": [
"#A8FFDF",
"#A8C8FF"
],
"monochromatic": [
"#FFFFFF",
"#FFB3A7",
"#FF644D"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#FF644D",
"saturated": "#FFB4A8",
"desaturated": "#F5BBB2",
"pastel": "#FFFFFF",
"neon": "#FFD7D1"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"css": {
"variable": "--color-pastel-coral: #FFB3A7;",
"utility": ".bg-pastel-coral { background-color: #FFB3A7; }",
"textUtility": ".text-pastel-coral { color: #FFB3A7; }"
},
"nearestColors": [
"soft-coral",
"melon",
"lotus-pink",
"light-pink",
"apricot"
],
"generatedPalettes": [
"pastel-coral"
],
"generatedComparisons": [
"melon-vs-pastel-coral",
"pastel-coral-vs-soft-coral"
],
"relatedFamilies": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/pastel-coral",
"/wcag/pastel-coral",
"/css/colors/pastel-coral",
"/hex/ffb3a7"
],
"semanticRelations": {
"broader": [
"/colors/by-family/red",
"/colors/by-temperature/warm",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/pastel-coral"
],
"related": [
"/colors/soft-coral",
"/colors/melon",
"/colors/lotus-pink",
"/colors/light-pink",
"/colors/apricot",
"/compare/melon-vs-pastel-coral",
"/compare/pastel-coral-vs-soft-coral",
"/harmonies/pastel-coral",
"/wcag/pastel-coral",
"/css/colors/pastel-coral",
"/hex/ffb3a7"
]
},
"pairings": {
"best": [
"#000000",
"#A8F3FF",
"#FFA8C8",
"#FFDFA8"
],
"avoid": [
"#F5BBB2",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#F5BBB2"
]
}
}
Color meaning and use
About Pastel Coral Color
Pastel Coral sits in the red family with warm temperature and pastel visual character. Pastel Coral is a commonly used color name in design references, palettes, and editorial color systems.
Its common associations include softness, care, and lightness, which makes it relevant for wellness and beauty. In design work, Pastel Coral is most useful for soft ui backgrounds, pastel palettes, and gentle product design, especially when paired with black text for stronger contrast.
WCAG Accessibility
Contrast checks for Pastel Coral against black and white text.