Peridot Hex Code — #E6E200
RGB, HSL, and CMYK values for Peridot.
Last updated: April 6, 2026
Peridot Color Values
| Format | Value |
|---|---|
| HEX | #E6E200 |
| RGB | rgb(230, 226, 0) |
| HSL | hsl(59, 100%, 45%) |
| CMYK | cmyk(0%, 2%, 100%, 10%) |
About Peridot
Color psychology: Strength, purpose.
Peridot (#E6E200) is a medium shade of green with a hue angle of 59° on the color wheel, 100% saturation, and 45% lightness. It's commonly used in web design, graphic design, and branding where strength, purpose are desired associations.
In color theory, Peridot sits in the warm section of the spectrum. Its high saturation makes it vivid and attention-grabbing — ideal for CTAs, headings, and brand accents.
When to Use Peridot in Design
Web Design
Use Peridot for headings, links, or accent elements against light backgrounds. Dark colors like this provide strong contrast and draw the eye to important content.
Branding & Logo
Peridot conveys strength, purpose — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:2% Y:100% K:10%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Dark colors like Peridot are effective for primary buttons, navigation bars, and text. Use a lighter tint (increase HSL lightness to 90%+) for hover backgrounds.
How to Use Peridot in CSS
/* Using HEX */ color: #E6E200; background-color: #E6E200; /* Using RGB */ color: rgb(230, 226, 0); /* Using HSL — best for creating variations */ color: hsl(59, 100%, 45%); /* Transparent overlay (50% opacity) */ background-color: rgba(230, 226, 0, 0.5); /* Lighter variant for hover states */ background-color: hsl(59, 100%, 55%); /* Darker variant for active states */ background-color: hsl(59, 100%, 35%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Peridot without changing its core hue or saturation.
Colors That Go With Peridot
Complementary
Analogous
Triadic
Similar Shades of Green
Frequently Asked Questions
What is the hex code for Peridot?
What is Peridot in RGB and when should I use RGB?
How to use Peridot in CSS with different color formats?
What is the HSL value of Peridot and why is HSL useful for designers?
What is the CMYK value of Peridot for print design?
What colors pair well with Peridot in design projects?
Is Peridot (#E6E200) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.