Sugar Rush
#d85da1
Sugar Rush, represented by the hex value #d85da1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d85da1 | |
|---|---|---|
| RGB | rgb(216, 93, 161) | |
| HSL | hsl(327, 61%, 61%) | |
| CMYK | cmyk(0%, 57%, 25%, 15%) | |
| LAB | lab(57, 54, -12) | |
| OKLCH | oklch(0.65 0.171 349) |
Color harmonies
Tints & shades
Code snippets
color: #d85da1;
background-color: #d85da1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD85DA1)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.36, blue: 0.63, alpha: 1.0)