Brandywine Spritz
#e69dad
Brandywine Spritz, represented by the hex value #e69dad, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e69dad | |
|---|---|---|
| RGB | rgb(230, 157, 173) | |
| HSL | hsl(347, 59%, 76%) | |
| CMYK | cmyk(0%, 32%, 25%, 10%) | |
| LAB | lab(72, 30, 3) | |
| OKLCH | oklch(0.77 0.089 5) |
Color harmonies
Tints & shades
Code snippets
color: #e69dad;
background-color: #e69dad;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE69DAD)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.62, blue: 0.68, alpha: 1.0)