Sheen Green (#8FD400)
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.81:1 — vs black: 11.59:1
Color values
-
HEX
#8FD400 -
RGB
rgb(143, 212, 0) -
HSL
hsl(79, 100%, 83%) -
CMYK
cmyk( 32.55, 0, 100, 16.86 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #8FD400 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#8FD400
Base
#4500D4
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#8FD400
Base
#D4AF00
#25D400
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#8FD400
Base
#008FD4
#D4008F
Two colors flanking the complement — high contrast with less tension than full complementary.
#8FD400
Base
#0025D4
#AF00D4
Four colors at 90° intervals — rich variety, best when one color dominates.
#8FD400
Base
#00D4AF
#4500D4
#D40025
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#8FD400
Base
#283B00
#5B8700
#73AB00
#ABFD00
#B7FF21
#D0FF6E
Darker shades and lighter tints of Sheen Green, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#111A00
#2A3F00
#446400
#5D8900
#76AF00
#8FD400
Base
#B0FF0B
#C1FF42
#D3FF79
#E5FFAF
#F7FFE6
Ready-to-use code snippets for #8FD400. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #8FD400;
}
/* Text */
.element {
color: #8FD400;
}
/* Border */
.element {
border: 1px solid #8FD400;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#8FD400,
#C5A9FF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#8FD400,
#C5A9FF
);
}
// SCSS variable
$sheen-green: #8FD400;
// With RGB channels (useful for rgba() usage)
$sheen-green-r: 143;
$sheen-green-g: 212;
$sheen-green-b: 0;
// Usage
.element {
background-color: $sheen-green;
color: rgba($sheen-green-r, $sheen-green-g, $sheen-green-b, 0.8);
}
How Sheen Green appears to people with different types of color vision deficiency.
#8FD400
How the color appears with full color vision.
#C3C317
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#CECE00
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#A2C8C8
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#C0C0C0
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.