Razzle Dazzle
#ba417b
Razzle Dazzle, represented by the hex value #ba417b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ba417b | |
|---|---|---|
| RGB | rgb(186, 65, 123) | |
| HSL | hsl(331, 48%, 49%) | |
| CMYK | cmyk(0%, 65%, 34%, 27%) | |
| LAB | lab(47, 53, -6) | |
| OKLCH | oklch(0.56 0.166 354) |
Color harmonies
Tints & shades
Code snippets
color: #ba417b;
background-color: #ba417b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFBA417B)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.25, blue: 0.48, alpha: 1.0)