Bruised Plum
#3b1921
Looking for the precise values behind Bruised Plum (#3b1921)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #3b1921 | |
|---|---|---|
| RGB | rgb(59, 25, 33) | |
| HSL | hsl(346, 40%, 16%) | |
| CMYK | cmyk(0%, 58%, 44%, 77%) | |
| LAB | lab(14, 18, 3) | |
| OKLCH | oklch(0.27 0.054 7) |
Color harmonies
Tints & shades
Code snippets
color: #3b1921;
background-color: #3b1921;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF3B1921)
/* Swift / UIKit */
UIColor(red: 0.23, green: 0.10, blue: 0.13, alpha: 1.0)