Poison Purple Paradise
#b300ff
Poison Purple Paradise is a color with the hex code #b300ff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b300ff | |
|---|---|---|
| RGB | rgb(179, 0, 255) | |
| HSL | hsl(282, 100%, 50%) | |
| CMYK | cmyk(30%, 100%, 0%, 0%) | |
| LAB | lab(47, 81, -82) | |
| OKLCH | oklch(0.59 0.301 310) |
Color harmonies
Tints & shades
Code snippets
color: #b300ff;
background-color: #b300ff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFB300FF)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.00, blue: 1.00, alpha: 1.0)