Verdant Hush
#4e5a4a
Looking for the precise values behind Verdant Hush (#4e5a4a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #4e5a4a | |
|---|---|---|
| RGB | rgb(78, 90, 74) | |
| HSL | hsl(105, 10%, 32%) | |
| CMYK | cmyk(13%, 0%, 18%, 65%) | |
| LAB | lab(37, -7, 8) | |
| OKLCH | oklch(0.45 0.03 138) |
Color harmonies
Tints & shades
Code snippets
color: #4e5a4a;
background-color: #4e5a4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF4E5A4A)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.35, blue: 0.29, alpha: 1.0)