Framboise
#e40058
Looking for the precise values behind Framboise (#e40058)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e40058 | |
|---|---|---|
| RGB | rgb(228, 0, 88) | |
| HSL | hsl(337, 100%, 45%) | |
| CMYK | cmyk(0%, 100%, 61%, 11%) | |
| LAB | lab(49, 76, 21) | |
| OKLCH | oklch(0.59 0.234 11) |
Color harmonies
Tints & shades
Code snippets
color: #e40058;
background-color: #e40058;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFE40058)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.00, blue: 0.35, alpha: 1.0)