Blush Kiss
#eabcc0
Looking for the precise values behind Blush Kiss (#eabcc0)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #eabcc0 | |
|---|---|---|
| RGB | rgb(234, 188, 192) | |
| HSL | hsl(355, 52%, 83%) | |
| CMYK | cmyk(0%, 20%, 18%, 8%) | |
| LAB | lab(80, 17, 5) | |
| OKLCH | oklch(0.84 0.053 12) |
Color harmonies
Tints & shades
Code snippets
color: #eabcc0;
background-color: #eabcc0;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEABCC0)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.74, blue: 0.75, alpha: 1.0)