Lolita
#bf2735
Lolita, represented by the hex value #bf2735, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bf2735 | |
|---|---|---|
| RGB | rgb(191, 39, 53) | |
| HSL | hsl(354, 66%, 45%) | |
| CMYK | cmyk(0%, 80%, 72%, 25%) | |
| LAB | lab(43, 60, 32) | |
| OKLCH | oklch(0.53 0.187 22) |
Color harmonies
Tints & shades
Code snippets
color: #bf2735;
background-color: #bf2735;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBF2735)
/* Swift / UIKit */
UIColor(red: 0.75, green: 0.15, blue: 0.21, alpha: 1.0)