Drops of God
#571e2f
Looking for the precise values behind Drops of God (#571e2f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #571e2f | |
|---|---|---|
| RGB | rgb(87, 30, 47) | |
| HSL | hsl(342, 49%, 23%) | |
| CMYK | cmyk(0%, 66%, 46%, 66%) | |
| LAB | lab(21, 28, 3) | |
| OKLCH | oklch(0.33 0.086 5) |
Color harmonies
Tints & shades
Code snippets
color: #571e2f;
background-color: #571e2f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF571E2F)
/* Swift / UIKit */
UIColor(red: 0.34, green: 0.12, blue: 0.18, alpha: 1.0)