York Pink
#d7837f
York Pink is a color with the hex code #d7837f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #d7837f | |
|---|---|---|
| RGB | rgb(215, 131, 127) | |
| HSL | hsl(3, 52%, 67%) | |
| CMYK | cmyk(0%, 39%, 41%, 16%) | |
| LAB | lab(64, 33, 17) | |
| OKLCH | oklch(0.7 0.104 23) |
Color harmonies
Tints & shades
Code snippets
color: #d7837f;
background-color: #d7837f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFD7837F)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.51, blue: 0.50, alpha: 1.0)