Emerald City
#6a7e5f
Looking for the precise values behind Emerald City (#6a7e5f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #6a7e5f | |
|---|---|---|
| RGB | rgb(106, 126, 95) | |
| HSL | hsl(99, 14%, 43%) | |
| CMYK | cmyk(16%, 0%, 25%, 51%) | |
| LAB | lab(51, -12, 14) | |
| OKLCH | oklch(0.57 0.052 135) |
Color harmonies
Tints & shades
Code snippets
color: #6a7e5f;
background-color: #6a7e5f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF6A7E5F)
/* Swift / UIKit */
UIColor(red: 0.42, green: 0.49, blue: 0.37, alpha: 1.0)