Death of a Star
#e760d2
Looking for the precise values behind Death of a Star (#e760d2)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e760d2 | |
|---|---|---|
| RGB | rgb(231, 96, 210) | |
| HSL | hsl(309, 74%, 64%) | |
| CMYK | cmyk(0%, 58%, 9%, 9%) | |
| LAB | lab(62, 63, -33) | |
| OKLCH | oklch(0.7 0.211 334) |
Color harmonies
Tints & shades
Code snippets
color: #e760d2;
background-color: #e760d2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFE760D2)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.38, blue: 0.82, alpha: 1.0)