Peru
#cd853f
Peru is a color with the hex code #cd853f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #cd853f | |
|---|---|---|
| RGB | rgb(205, 133, 63) | |
| HSL | hsl(30, 59%, 53%) | |
| CMYK | cmyk(0%, 35%, 69%, 20%) | |
| LAB | lab(62, 24, 48) | |
| OKLCH | oklch(0.68 0.123 62) |
Color harmonies
Tints & shades
Code snippets
color: #cd853f;
background-color: #cd853f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFCD853F)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.52, blue: 0.25, alpha: 1.0)