Merlot
#730039
Looking for the precise values behind Merlot (#730039)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #730039 | |
|---|---|---|
| RGB | rgb(115, 0, 57) | |
| HSL | hsl(330, 100%, 23%) | |
| CMYK | cmyk(0%, 100%, 50%, 55%) | |
| LAB | lab(24, 47, 1) | |
| OKLCH | oklch(0.36 0.146 1) |
Color harmonies
Tints & shades
Code snippets
color: #730039;
background-color: #730039;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF730039)
/* Swift / UIKit */
UIColor(red: 0.45, green: 0.00, blue: 0.22, alpha: 1.0)