Heart’s Content
#e2b5bd
Looking for the precise values behind Heart’s Content (#e2b5bd)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e2b5bd | |
|---|---|---|
| RGB | rgb(226, 181, 189) | |
| HSL | hsl(349, 44%, 80%) | |
| CMYK | cmyk(0%, 20%, 16%, 11%) | |
| LAB | lab(78, 18, 2) | |
| OKLCH | oklch(0.82 0.053 6) |
Color harmonies
Tints & shades
Code snippets
color: #e2b5bd;
background-color: #e2b5bd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE2B5BD)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.71, blue: 0.74, alpha: 1.0)