Phoenix Red
#e2725b
Phoenix Red is a color with the hex code #e2725b. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e2725b | |
|---|---|---|
| RGB | rgb(226, 114, 91) | |
| HSL | hsl(10, 70%, 62%) | |
| CMYK | cmyk(0%, 50%, 60%, 11%) | |
| LAB | lab(61, 43, 34) | |
| OKLCH | oklch(0.68 0.144 33) |
Color harmonies
Tints & shades
Code snippets
color: #e2725b;
background-color: #e2725b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE2725B)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.45, blue: 0.36, alpha: 1.0)