Radish
#a42e41
Radish, represented by the hex value #a42e41, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #a42e41 | |
|---|---|---|
| RGB | rgb(164, 46, 65) | |
| HSL | hsl(350, 56%, 41%) | |
| CMYK | cmyk(0%, 72%, 60%, 36%) | |
| LAB | lab(39, 50, 18) | |
| OKLCH | oklch(0.49 0.153 16) |
Color harmonies
Tints & shades
Code snippets
color: #a42e41;
background-color: #a42e41;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFA42E41)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.18, blue: 0.25, alpha: 1.0)