Pomelo Red
#e38fac
Looking for the precise values behind Pomelo Red (#e38fac)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e38fac | |
|---|---|---|
| RGB | rgb(227, 143, 172) | |
| HSL | hsl(339, 60%, 73%) | |
| CMYK | cmyk(0%, 37%, 24%, 11%) | |
| LAB | lab(69, 35, -1) | |
| OKLCH | oklch(0.74 0.107 358) |
Color harmonies
Tints & shades
Code snippets
color: #e38fac;
background-color: #e38fac;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE38FAC)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.56, blue: 0.67, alpha: 1.0)