Majestic Evergreen
#7d8878
Looking for the precise values behind Majestic Evergreen (#7d8878)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7d8878 | |
|---|---|---|
| RGB | rgb(125, 136, 120) | |
| HSL | hsl(101, 6%, 50%) | |
| CMYK | cmyk(8%, 0%, 12%, 47%) | |
| LAB | lab(55, -7, 7) | |
| OKLCH | oklch(0.61 0.027 136) |
Color harmonies
Tints & shades
Code snippets
color: #7d8878;
background-color: #7d8878;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-neutral-500 /* ≈ #737373 */
/* Flutter */
Color(0xFF7D8878)
/* Swift / UIKit */
UIColor(red: 0.49, green: 0.53, blue: 0.47, alpha: 1.0)