Beet Wave
#d4265d
Beet Wave, represented by the hex value #d4265d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #d4265d | |
|---|---|---|
| RGB | rgb(212, 38, 93) | |
| HSL | hsl(341, 70%, 49%) | |
| CMYK | cmyk(0%, 82%, 56%, 17%) | |
| LAB | lab(48, 67, 15) | |
| OKLCH | oklch(0.57 0.207 9) |
Color harmonies
Tints & shades
Code snippets
color: #d4265d;
background-color: #d4265d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFD4265D)
/* Swift / UIKit */
UIColor(red: 0.83, green: 0.15, blue: 0.36, alpha: 1.0)