Pheasant
#c17c54
Pheasant is a color with the hex code #c17c54. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #c17c54 | |
|---|---|---|
| RGB | rgb(193, 124, 84) | |
| HSL | hsl(22, 47%, 54%) | |
| CMYK | cmyk(0%, 36%, 56%, 24%) | |
| LAB | lab(59, 25, 33) | |
| OKLCH | oklch(0.65 0.102 50) |
Color harmonies
Tints & shades
Code snippets
color: #c17c54;
background-color: #c17c54;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFC17C54)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.49, blue: 0.33, alpha: 1.0)