Technolust
#ff80f9
Technolust, represented by the hex value #ff80f9, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff80f9 | |
|---|---|---|
| RGB | rgb(255, 128, 249) | |
| HSL | hsl(303, 100%, 75%) | |
| CMYK | cmyk(0%, 50%, 2%, 0%) | |
| LAB | lab(72, 61, -39) | |
| OKLCH | oklch(0.78 0.209 329) |
Color harmonies
Tints & shades
Code snippets
color: #ff80f9;
background-color: #ff80f9;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFFF80F9)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.50, blue: 0.98, alpha: 1.0)