Named color

Pale Green

Pale Green is a pastel green color with HEX #98FB98. According to Colors Encyclopedia, it has RGB 152, 251, 152, HSL 120, 93%, 79%, cool temperature, and is useful for web design, CSS color systems, and UI prototyping.

HEX #98FB98
RGB rgb(152, 251, 152)
HSL hsl(120 93% 79%)
CMYK cmyk(39, 0, 39, 2)
Luminance 0.7794
Contrast Black 16.59:1White 1.27:1

CSS Utilities

--color-pale-green: #98FB98;
.bg-pale-green { background-color: #98FB98; }
.text-pale-green { color: #98FB98; }

Machine-readable data

Machine-Readable Color Data (JSON)

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

AI-Ready Dataset v1.0.0
Luminance0.7794
Black text16.59:1AA Pass
White text1.27: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": "#98FB98",
  "rgb": [
    152,
    251,
    152
  ],
  "hsl": [
    120,
    93,
    79
  ],
  "cmyk": [
    39,
    0,
    39,
    2
  ],
  "luminance": 0.7794,
  "contrast": {
    "black": 16.59,
    "white": 1.27
  }
}
WCAG
{
  "AA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ],
  "AAA": [
    "#000000",
    "#1A1A1A",
    "#36454F"
  ]
}
Harmonies
{
  "complementary": "#FB98FB",
  "analogous": [
    "#C9FB98",
    "#98FBC9"
  ],
  "triadic": [
    "#9898FB",
    "#FB9898"
  ],
  "tetradic": [
    "#98C9FB",
    "#FB98FB",
    "#FBC998"
  ],
  "splitComplementary": [
    "#C998FB",
    "#FB98C9"
  ],
  "monochromatic": [
    "#F0FEF0",
    "#98FB98",
    "#3FF83F"
  ]
}
Variants
{
  "light": "#F0FEF0",
  "dark": "#3FF83F",
  "saturated": "#94FF94",
  "desaturated": "#A3EFA3",
  "pastel": "#FFFFFF",
  "neon": "#BDFFBD"
}
Pairings
{
  "best": [
    "#000000",
    "#FB98FB",
    "#C9FB98",
    "#98FBC9"
  ],
  "avoid": [
    "#A3EFA3",
    "#F0FEF0"
  ],
  "neutral": [
    "#1A1A1A",
    "#F5F5F5",
    "#E8E8E4"
  ],
  "highContrast": [
    "#000000"
  ],
  "lowContrast": [
    "#F0FEF0",
    "#A3EFA3"
  ]
}
Knowledge graph
{
  "nearestColors": [
    "mint-green",
    "mint",
    "light-green",
    "celadon",
    "seafoam"
  ],
  "generatedPalettes": [
    "pale-green"
  ],
  "generatedComparisons": [
    "light-green-vs-pale-green",
    "mint-green-vs-pale-green",
    "mint-vs-pale-green"
  ],
  "relatedFamilies": [
    "/colors/by-family/green",
    "/colors/by-temperature/cool",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/pale-green",
    "/wcag/pale-green",
    "/css/colors/pale-green",
    "/hex/98fb98"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/green",
      "/colors/by-temperature/cool",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/pale-green"
    ],
    "related": [
      "/colors/mint-green",
      "/colors/mint",
      "/colors/light-green",
      "/colors/celadon",
      "/colors/seafoam",
      "/compare/light-green-vs-pale-green",
      "/compare/mint-green-vs-pale-green",
      "/compare/mint-vs-pale-green",
      "/harmonies/pale-green",
      "/wcag/pale-green",
      "/css/colors/pale-green",
      "/hex/98fb98"
    ]
  }
}
Full JSON dataset
{
  "slug": "pale-green",
  "name": "Pale Green",
  "cssName": "palegreen",
  "hex": "#98FB98",
  "family": "green",
  "temperature": "cool",
  "tone": [
    "pastel"
  ],
  "uses": [
    "web design",
    "CSS color systems",
    "UI prototyping"
  ],
  "psychology": {
    "associations": [
      "context dependent"
    ],
    "contexts": [
      "web interfaces",
      "design systems",
      "technical color references"
    ],
    "avoidIn": [
      "claims that require brand or cultural specificity"
    ]
  },
  "aliases": [
    "palegreen"
  ],
  "sourceType": "standard",
  "confidence": "high",
  "sourceUrl": "https://www.w3.org/TR/css-color-4/#named-colors",
  "origin": {
    "type": "css",
    "notes": "Standard CSS named color."
  },
  "reviewStatus": "auto",
  "editorialNotes": "Generated from CSS named color data and computed color-system properties.",
  "tags": [
    "green",
    "cool",
    "pastel",
    "web-design",
    "css-color-systems",
    "ui-prototyping",
    "context-dependent"
  ],
  "popularity": 67,
  "rgb": [
    152,
    251,
    152
  ],
  "hsl": [
    120,
    93,
    79
  ],
  "cmyk": [
    39,
    0,
    39,
    2
  ],
  "luminance": 0.7794,
  "contrast": {
    "black": 16.59,
    "white": 1.27
  },
  "harmonies": {
    "complementary": "#FB98FB",
    "analogous": [
      "#C9FB98",
      "#98FBC9"
    ],
    "triadic": [
      "#9898FB",
      "#FB9898"
    ],
    "tetradic": [
      "#98C9FB",
      "#FB98FB",
      "#FBC998"
    ],
    "splitComplementary": [
      "#C998FB",
      "#FB98C9"
    ],
    "monochromatic": [
      "#F0FEF0",
      "#98FB98",
      "#3FF83F"
    ]
  },
  "variants": {
    "light": "#F0FEF0",
    "dark": "#3FF83F",
    "saturated": "#94FF94",
    "desaturated": "#A3EFA3",
    "pastel": "#FFFFFF",
    "neon": "#BDFFBD"
  },
  "wcag": {
    "AA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ],
    "AAA": [
      "#000000",
      "#1A1A1A",
      "#36454F"
    ]
  },
  "css": {
    "variable": "--color-pale-green: #98FB98;",
    "utility": ".bg-pale-green { background-color: #98FB98; }",
    "textUtility": ".text-pale-green { color: #98FB98; }"
  },
  "nearestColors": [
    "mint-green",
    "mint",
    "light-green",
    "celadon",
    "seafoam"
  ],
  "generatedPalettes": [
    "pale-green"
  ],
  "generatedComparisons": [
    "light-green-vs-pale-green",
    "mint-green-vs-pale-green",
    "mint-vs-pale-green"
  ],
  "relatedFamilies": [
    "/colors/by-family/green",
    "/colors/by-temperature/cool",
    "/colors/by-tone/pastel"
  ],
  "relatedTools": [
    "/harmonies/pale-green",
    "/wcag/pale-green",
    "/css/colors/pale-green",
    "/hex/98fb98"
  ],
  "semanticRelations": {
    "broader": [
      "/colors/by-family/green",
      "/colors/by-temperature/cool",
      "/colors/by-tone/pastel"
    ],
    "narrower": [
      "/palettes/pale-green"
    ],
    "related": [
      "/colors/mint-green",
      "/colors/mint",
      "/colors/light-green",
      "/colors/celadon",
      "/colors/seafoam",
      "/compare/light-green-vs-pale-green",
      "/compare/mint-green-vs-pale-green",
      "/compare/mint-vs-pale-green",
      "/harmonies/pale-green",
      "/wcag/pale-green",
      "/css/colors/pale-green",
      "/hex/98fb98"
    ]
  },
  "pairings": {
    "best": [
      "#000000",
      "#FB98FB",
      "#C9FB98",
      "#98FBC9"
    ],
    "avoid": [
      "#A3EFA3",
      "#F0FEF0"
    ],
    "neutral": [
      "#1A1A1A",
      "#F5F5F5",
      "#E8E8E4"
    ],
    "highContrast": [
      "#000000"
    ],
    "lowContrast": [
      "#F0FEF0",
      "#A3EFA3"
    ]
  }
}

Color meaning and use

About Pale Green Color

Pale Green sits in the green family with cool temperature and pastel visual character. Standard CSS named color.

Its common associations include context dependent, which makes it relevant for web interfaces and design systems. In design work, Pale Green is most useful for web design, css color systems, and ui prototyping, especially when paired with black text for stronger contrast.

WCAG Accessibility

Contrast checks for Pale Green against black and white text.

Black text16.59:1AA Pass
White text1.27:1AA Fail
AA text options#000000, #1A1A1A, #36454F
AAA text options#000000, #1A1A1A, #36454F

Similar Colors

Color Harmonies

#FB98FB#FB98FB
#C9FB98#C9FB98
#98FBC9#98FBC9
#9898FB#9898FB
#FB9898#FB9898

Variants

#F0FEF0#F0FEF0
#3FF83F#3FF83F
#94FF94#94FF94
#A3EFA3#A3EFA3
White#FFFFFF
#BDFFBD#BDFFBD

Pairings

Black#000000
#FB98FB#FB98FB
#C9FB98#C9FB98
#98FBC9#98FBC9
Matte Black#1A1A1A
White Smoke#F5F5F5