Copperhead
#d68755
Copperhead is a color with the hex code #d68755. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d68755 | |
|---|---|---|
| RGB | rgb(214, 135, 85) | |
| HSL | hsl(23, 61%, 59%) | |
| CMYK | cmyk(0%, 37%, 60%, 16%) | |
| LAB | lab(64, 28, 40) | |
| OKLCH | oklch(0.7 0.117 52) |
Color harmonies
Tints & shades
Code snippets
color: #d68755;
background-color: #d68755;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFD68755)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.53, blue: 0.33, alpha: 1.0)