Botticelli
#b70272
Looking for the precise values behind Botticelli (#b70272)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b70272 | |
|---|---|---|
| RGB | rgb(183, 2, 114) | |
| HSL | hsl(323, 98%, 36%) | |
| CMYK | cmyk(0%, 99%, 38%, 28%) | |
| LAB | lab(41, 67, -10) | |
| OKLCH | oklch(0.51 0.211 352) |
Color harmonies
Tints & shades
Code snippets
color: #b70272;
background-color: #b70272;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFB70272)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.01, blue: 0.45, alpha: 1.0)