Radiant Raspberry
#e31b5d
Looking for the precise values behind Radiant Raspberry (#e31b5d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e31b5d | |
|---|---|---|
| RGB | rgb(227, 27, 93) | |
| HSL | hsl(340, 79%, 50%) | |
| CMYK | cmyk(0%, 88%, 59%, 11%) | |
| LAB | lab(50, 73, 19) | |
| OKLCH | oklch(0.59 0.226 11) |
Color harmonies
Tints & shades
Code snippets
color: #e31b5d;
background-color: #e31b5d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFE31B5D)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.11, blue: 0.36, alpha: 1.0)