Hot Pink
#ff028d
Looking for the precise values behind Hot Pink (#ff028d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff028d | |
|---|---|---|
| RGB | rgb(255, 2, 141) | |
| HSL | hsl(327, 100%, 50%) | |
| CMYK | cmyk(0%, 99%, 45%, 0%) | |
| LAB | lab(56, 84, -1) | |
| OKLCH | oklch(0.65 0.264 358) |
Color harmonies
Tints & shades
Code snippets
color: #ff028d;
background-color: #ff028d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFFF028D)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.01, blue: 0.55, alpha: 1.0)