Blush Rush
#f0bcbe
Looking for the precise values behind Blush Rush (#f0bcbe)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0bcbe | |
|---|---|---|
| RGB | rgb(240, 188, 190) | |
| HSL | hsl(358, 63%, 84%) | |
| CMYK | cmyk(0%, 22%, 21%, 6%) | |
| LAB | lab(81, 19, 7) | |
| OKLCH | oklch(0.84 0.06 16) |
Color harmonies
Tints & shades
Code snippets
color: #f0bcbe;
background-color: #f0bcbe;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0BCBE)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.74, blue: 0.75, alpha: 1.0)