Velvet Wine
#9a435d
Looking for the precise values behind Velvet Wine (#9a435d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #9a435d | |
|---|---|---|
| RGB | rgb(154, 67, 93) | |
| HSL | hsl(342, 39%, 43%) | |
| CMYK | cmyk(0%, 56%, 40%, 40%) | |
| LAB | lab(41, 39, 3) | |
| OKLCH | oklch(0.5 0.119 4) |
Color harmonies
Tints & shades
Code snippets
color: #9a435d;
background-color: #9a435d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF9A435D)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.26, blue: 0.36, alpha: 1.0)