Burning Raspberry
#ff0599
Burning Raspberry is a color with the hex code #ff0599. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff0599 | |
|---|---|---|
| RGB | rgb(255, 5, 153) | |
| HSL | hsl(324, 100%, 51%) | |
| CMYK | cmyk(0%, 98%, 40%, 0%) | |
| LAB | lab(56, 85, -8) | |
| OKLCH | oklch(0.65 0.267 355) |
Color harmonies
Tints & shades
Code snippets
color: #ff0599;
background-color: #ff0599;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF0599)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.02, blue: 0.60, alpha: 1.0)