Radishical
#ec4872
Radishical is a color with the hex code #ec4872. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ec4872 | |
|---|---|---|
| RGB | rgb(236, 72, 114) | |
| HSL | hsl(345, 81%, 60%) | |
| CMYK | cmyk(0%, 69%, 52%, 7%) | |
| LAB | lab(56, 65, 15) | |
| OKLCH | oklch(0.64 0.201 10) |
Color harmonies
Tints & shades
Code snippets
color: #ec4872;
background-color: #ec4872;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFEC4872)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.28, blue: 0.45, alpha: 1.0)