Veil of Cinder
#784f50
Looking for the precise values behind Veil of Cinder (#784f50)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #784f50 | |
|---|---|---|
| RGB | rgb(120, 79, 80) | |
| HSL | hsl(359, 21%, 39%) | |
| CMYK | cmyk(0%, 34%, 33%, 53%) | |
| LAB | lab(38, 18, 7) | |
| OKLCH | oklch(0.47 0.056 18) |
Color harmonies
Tints & shades
Code snippets
color: #784f50;
background-color: #784f50;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF784F50)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.31, blue: 0.31, alpha: 1.0)