Che Guevara Red
#ed214d
Looking for the precise values behind Che Guevara Red (#ed214d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ed214d | |
|---|---|---|
| RGB | rgb(237, 33, 77) | |
| HSL | hsl(347, 85%, 53%) | |
| CMYK | cmyk(0%, 86%, 68%, 7%) | |
| LAB | lab(52, 74, 31) | |
| OKLCH | oklch(0.61 0.23 18) |
Color harmonies
Tints & shades
Code snippets
color: #ed214d;
background-color: #ed214d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFED214D)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.13, blue: 0.30, alpha: 1.0)