Boho Blush
#e58787
Looking for the precise values behind Boho Blush (#e58787)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e58787 | |
|---|---|---|
| RGB | rgb(229, 135, 135) | |
| HSL | hsl(0, 64%, 71%) | |
| CMYK | cmyk(0%, 41%, 41%, 10%) | |
| LAB | lab(67, 37, 16) | |
| OKLCH | oklch(0.72 0.115 20) |
Color harmonies
Tints & shades
Code snippets
color: #e58787;
background-color: #e58787;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFE58787)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.53, blue: 0.53, alpha: 1.0)