Caramelise
#d58a37
Looking for the precise values behind Caramelise (#d58a37)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d58a37 | |
|---|---|---|
| RGB | rgb(213, 138, 55) | |
| HSL | hsl(32, 65%, 53%) | |
| CMYK | cmyk(0%, 35%, 74%, 16%) | |
| LAB | lab(64, 24, 55) | |
| OKLCH | oklch(0.7 0.132 65) |
Color harmonies
Tints & shades
Code snippets
color: #d58a37;
background-color: #d58a37;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFD58A37)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.54, blue: 0.22, alpha: 1.0)