Redstone
#e46b71
Redstone is a color with the hex code #e46b71. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e46b71 | |
|---|---|---|
| RGB | rgb(228, 107, 113) | |
| HSL | hsl(357, 69%, 66%) | |
| CMYK | cmyk(0%, 53%, 50%, 11%) | |
| LAB | lab(61, 48, 21) | |
| OKLCH | oklch(0.67 0.151 19) |
Color harmonies
Tints & shades
Code snippets
color: #e46b71;
background-color: #e46b71;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE46B71)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.42, blue: 0.44, alpha: 1.0)