Lollipop
#d91e3f
Here's everything about the color Lollipop (#d91e3f) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #d91e3f | |
|---|---|---|
| RGB | rgb(217, 30, 63) | |
| HSL | hsl(349, 76%, 48%) | |
| CMYK | cmyk(0%, 86%, 71%, 15%) | |
| LAB | lab(48, 69, 33) | |
| OKLCH | oklch(0.57 0.215 20) |
Color harmonies
Tints & shades
Code snippets
color: #d91e3f;
background-color: #d91e3f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD91E3F)
/* Swift / UIKit */
UIColor(red: 0.85, green: 0.12, blue: 0.25, alpha: 1.0)