Cognac
#d48c46
Cognac is a color with the hex code #d48c46. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d48c46 | |
|---|---|---|
| RGB | rgb(212, 140, 70) | |
| HSL | hsl(30, 62%, 55%) | |
| CMYK | cmyk(0%, 34%, 67%, 17%) | |
| LAB | lab(65, 24, 48) | |
| OKLCH | oklch(0.7 0.123 63) |
Color harmonies
Tints & shades
Code snippets
color: #d48c46;
background-color: #d48c46;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD48C46)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.55, blue: 0.27, alpha: 1.0)