Rosemary
#405e5c
Looking for the precise values behind Rosemary (#405e5c)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #405e5c | |
|---|---|---|
| RGB | rgb(64, 94, 92) | |
| HSL | hsl(176, 19%, 31%) | |
| CMYK | cmyk(32%, 0%, 2%, 63%) | |
| LAB | lab(38, -12, -3) | |
| OKLCH | oklch(0.46 0.035 191) |
Color harmonies
Tints & shades
Code snippets
color: #405e5c;
background-color: #405e5c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF405E5C)
/* Swift / UIKit */
UIColor(red: 0.25, green: 0.37, blue: 0.36, alpha: 1.0)