Toasted Paprika
#a34631
Looking for the precise values behind Toasted Paprika (#a34631)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a34631 | |
|---|---|---|
| RGB | rgb(163, 70, 49) | |
| HSL | hsl(11, 54%, 42%) | |
| CMYK | cmyk(0%, 57%, 70%, 36%) | |
| LAB | lab(42, 38, 32) | |
| OKLCH | oklch(0.51 0.128 34) |
Color harmonies
Tints & shades
Code snippets
color: #a34631;
background-color: #a34631;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA34631)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.27, blue: 0.19, alpha: 1.0)