Pink Pride
#ef1de7
Looking for the precise values behind Pink Pride (#ef1de7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ef1de7 | |
|---|---|---|
| RGB | rgb(239, 29, 231) | |
| HSL | hsl(302, 87%, 53%) | |
| CMYK | cmyk(0%, 88%, 3%, 6%) | |
| LAB | lab(57, 86, -52) | |
| OKLCH | oklch(0.67 0.294 330) |
Color harmonies
Tints & shades
Code snippets
color: #ef1de7;
background-color: #ef1de7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFEF1DE7)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.11, blue: 0.91, alpha: 1.0)