Velvet
#750851
Looking for the precise values behind Velvet (#750851)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #750851 | |
|---|---|---|
| RGB | rgb(117, 8, 81) | |
| HSL | hsl(320, 87%, 25%) | |
| CMYK | cmyk(0%, 93%, 31%, 54%) | |
| LAB | lab(26, 47, -12) | |
| OKLCH | oklch(0.38 0.153 347) |
Color harmonies
Tints & shades
Code snippets
color: #750851;
background-color: #750851;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF750851)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.03, blue: 0.32, alpha: 1.0)