Blazing Dragonfruit
#ff0054
Blazing Dragonfruit, represented by the hex value #ff0054, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff0054 | |
|---|---|---|
| RGB | rgb(255, 0, 84) | |
| HSL | hsl(340, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 67%, 0%) | |
| LAB | lab(55, 82, 31) | |
| OKLCH | oklch(0.64 0.254 16) |
Color harmonies
Tints & shades
Code snippets
color: #ff0054;
background-color: #ff0054;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF0054)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.33, alpha: 1.0)