Aristocratic Velvet
#980b4a
Looking for the precise values behind Aristocratic Velvet (#980b4a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #980b4a | |
|---|---|---|
| RGB | rgb(152, 11, 74) | |
| HSL | hsl(333, 87%, 32%) | |
| CMYK | cmyk(0%, 93%, 51%, 40%) | |
| LAB | lab(33, 56, 4) | |
| OKLCH | oklch(0.44 0.172 3) |
Color harmonies
Tints & shades
Code snippets
color: #980b4a;
background-color: #980b4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF980B4A)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.04, blue: 0.29, alpha: 1.0)