Mother Earth
#849c8d
Looking for the precise values behind Mother Earth (#849c8d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #849c8d | |
|---|---|---|
| RGB | rgb(132, 156, 141) | |
| HSL | hsl(143, 11%, 56%) | |
| CMYK | cmyk(15%, 0%, 10%, 39%) | |
| LAB | lab(62, -11, 5) | |
| OKLCH | oklch(0.67 0.035 158) |
Color harmonies
Tints & shades
Code snippets
color: #849c8d;
background-color: #849c8d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF849C8D)
/* Swift / UIKit */
UIColor(red: 0.52, green: 0.61, blue: 0.55, alpha: 1.0)