Bubblegum
#ff85ff
Bubblegum is a color with the hex code #ff85ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff85ff | |
|---|---|---|
| RGB | rgb(255, 133, 255) | |
| HSL | hsl(300, 100%, 76%) | |
| CMYK | cmyk(0%, 48%, 0%, 0%) | |
| LAB | lab(73, 59, -40) | |
| OKLCH | oklch(0.79 0.207 327) |
Color harmonies
Tints & shades
Code snippets
color: #ff85ff;
background-color: #ff85ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFFF85FF)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.52, blue: 1.00, alpha: 1.0)