Salt Caramel
#d3934d
Salt Caramel is a color with the hex code #d3934d. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d3934d | |
|---|---|---|
| RGB | rgb(211, 147, 77) | |
| HSL | hsl(31, 60%, 56%) | |
| CMYK | cmyk(0%, 30%, 64%, 17%) | |
| LAB | lab(66, 20, 46) | |
| OKLCH | oklch(0.71 0.116 66) |
Color harmonies
Tints & shades
Code snippets
color: #d3934d;
background-color: #d3934d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD3934D)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.58, blue: 0.30, alpha: 1.0)