Pale Green (#98FB98)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.27:1 — vs black: 16.59:1
Color values
-
HEX
#98FB98 -
RGB
rgb(152, 251, 152) -
HSL
hsl(120, 39%, 98%) -
CMYK
cmyk( 39.44, 0, 39.44, 1.57 ) -
Websafe
#99FF99
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #98FB98 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#98FB98
Base
#FB98FB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#98FB98
Base
#C9FB98
#98FBC9
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#98FB98
Base
#9898FB
#FB9898
Two colors flanking the complement — high contrast with less tension than full complementary.
#98FB98
Base
#C998FB
#FB98C9
Four colors at 90° intervals — rich variety, best when one color dominates.
#98FB98
Base
#98C9FB
#FB98FB
#FBC998
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#98FB98
Base
#09F109
#4EF84E
#71F971
#BFFDBF
#E2FEE2
#E6FEE6
Darker shades and lighter tints of Pale Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#011901
#046104
#07AA07
#09F309
#4FF84F
#98FB98
Base
#A8FCA8
#B7FCB7
#C7FDC7
#D7FDD7
#E6FEE6
Ready-to-use code snippets for #98FB98. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #98FB98;
}
/* Text */
.element {
color: #98FB98;
}
/* Border */
.element {
border: 1px solid #98FB98;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#98FB98,
#FDF9FD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#98FB98,
#FDF9FD
);
}
// SCSS variable
$pale-green: #98FB98;
// With RGB channels (useful for rgba() usage)
$pale-green-r: 152;
$pale-green-g: 251;
$pale-green-b: 152;
// Usage
.element {
background-color: $pale-green;
color: rgba($pale-green-r, $pale-green-g, $pale-green-b, 0.8);
}
How Pale Green appears to people with different types of color vision deficiency.
#98FB98
How the color appears with full color vision.
#E4E49B
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#F3F397
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#AAF1F1
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#E4E4E4
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.