CSS Utilities
--color-pastel-mint: #CEFAD0;
.bg-pastel-mint { background-color: #CEFAD0; }
.text-pastel-mint { color: #CEFAD0; }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": "#CEFAD0",
"rgb": [
206,
250,
208
],
"hsl": [
123,
81,
89
],
"cmyk": [
18,
0,
17,
2
],
"luminance": 0.8605,
"contrast": {
"black": 18.21,
"white": 1.15
}
}WCAG
{
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
}Harmonies
{
"complementary": "#FACCF7",
"analogous": [
"#E1FACC",
"#CCFAE5"
],
"triadic": [
"#CFCCFA",
"#FACFCC"
],
"tetradic": [
"#CCE1FA",
"#FACCF7",
"#FAE5CC"
],
"splitComplementary": [
"#E5CCFA",
"#FACCE1"
],
"monochromatic": [
"#FFFFFF",
"#CEFAD0",
"#79F17F"
]
}Variants
{
"light": "#FFFFFF",
"dark": "#79F17F",
"saturated": "#C7FFCA",
"desaturated": "#D2F3D4",
"pastel": "#FFFFFF",
"neon": "#F0FFF0"
}Pairings
{
"best": [
"#000000",
"#FACCF7",
"#E1FACC",
"#CCFAE5"
],
"avoid": [
"#D2F3D4",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#D2F3D4"
]
}Knowledge graph
{
"nearestColors": [
"soft-mint",
"pastel-green",
"pastel-aqua",
"moonstone",
"fog"
],
"generatedPalettes": [
"pastel-mint"
],
"generatedComparisons": [
"pastel-mint-vs-pastel-green",
"pastel-mint-vs-soft-mint"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/pastel-mint",
"/wcag/pastel-mint",
"/css/colors/pastel-mint",
"/hex/cefad0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/pastel-mint"
],
"related": [
"/colors/soft-mint",
"/colors/pastel-green",
"/colors/pastel-aqua",
"/colors/moonstone",
"/colors/fog",
"/compare/pastel-mint-vs-pastel-green",
"/compare/pastel-mint-vs-soft-mint",
"/harmonies/pastel-mint",
"/wcag/pastel-mint",
"/css/colors/pastel-mint",
"/hex/cefad0"
]
}
}Full JSON dataset
{
"slug": "pastel-mint",
"name": "Pastel Mint",
"hex": "#CEFAD0",
"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": "green",
"temperature": "cool",
"tone": [
"light",
"pastel"
],
"editorialNotes": "Curated internal color record with computed technical properties.",
"tags": [
"green",
"cool",
"light",
"pastel",
"soft-ui-backgrounds",
"pastel-palettes",
"gentle-product-design",
"softness",
"care",
"lightness"
],
"popularity": 84,
"rgb": [
206,
250,
208
],
"hsl": [
123,
81,
89
],
"cmyk": [
18,
0,
17,
2
],
"luminance": 0.8605,
"contrast": {
"black": 18.21,
"white": 1.15
},
"harmonies": {
"complementary": "#FACCF7",
"analogous": [
"#E1FACC",
"#CCFAE5"
],
"triadic": [
"#CFCCFA",
"#FACFCC"
],
"tetradic": [
"#CCE1FA",
"#FACCF7",
"#FAE5CC"
],
"splitComplementary": [
"#E5CCFA",
"#FACCE1"
],
"monochromatic": [
"#FFFFFF",
"#CEFAD0",
"#79F17F"
]
},
"variants": {
"light": "#FFFFFF",
"dark": "#79F17F",
"saturated": "#C7FFCA",
"desaturated": "#D2F3D4",
"pastel": "#FFFFFF",
"neon": "#F0FFF0"
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A",
"#36454F"
]
},
"css": {
"variable": "--color-pastel-mint: #CEFAD0;",
"utility": ".bg-pastel-mint { background-color: #CEFAD0; }",
"textUtility": ".text-pastel-mint { color: #CEFAD0; }"
},
"nearestColors": [
"soft-mint",
"pastel-green",
"pastel-aqua",
"moonstone",
"fog"
],
"generatedPalettes": [
"pastel-mint"
],
"generatedComparisons": [
"pastel-mint-vs-pastel-green",
"pastel-mint-vs-soft-mint"
],
"relatedFamilies": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"relatedTools": [
"/harmonies/pastel-mint",
"/wcag/pastel-mint",
"/css/colors/pastel-mint",
"/hex/cefad0"
],
"semanticRelations": {
"broader": [
"/colors/by-family/green",
"/colors/by-temperature/cool",
"/colors/by-tone/light",
"/colors/by-tone/pastel"
],
"narrower": [
"/palettes/pastel-mint"
],
"related": [
"/colors/soft-mint",
"/colors/pastel-green",
"/colors/pastel-aqua",
"/colors/moonstone",
"/colors/fog",
"/compare/pastel-mint-vs-pastel-green",
"/compare/pastel-mint-vs-soft-mint",
"/harmonies/pastel-mint",
"/wcag/pastel-mint",
"/css/colors/pastel-mint",
"/hex/cefad0"
]
},
"pairings": {
"best": [
"#000000",
"#FACCF7",
"#E1FACC",
"#CCFAE5"
],
"avoid": [
"#D2F3D4",
"#FFFFFF"
],
"neutral": [
"#1A1A1A",
"#F5F5F5",
"#E8E8E4"
],
"highContrast": [
"#000000"
],
"lowContrast": [
"#FFFFFF",
"#D2F3D4"
]
}
}
Color meaning and use
About Pastel Mint Color
Pastel Mint sits in the green family with cool temperature and light and pastel visual character. Pastel Mint 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 Mint 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 Mint against black and white text.