Future Fuchsia
#ff2040
Looking for the precise values behind Future Fuchsia (#ff2040)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff2040 | |
|---|---|---|
| RGB | rgb(255, 32, 64) | |
| HSL | hsl(351, 100%, 56%) | |
| CMYK | cmyk(0%, 87%, 75%, 0%) | |
| LAB | lab(56, 79, 44) | |
| OKLCH | oklch(0.64 0.246 22) |
Color harmonies
Tints & shades
Code snippets
color: #ff2040;
background-color: #ff2040;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFFF2040)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.13, blue: 0.25, alpha: 1.0)