Abloom
#f1cbcd
Abloom, represented by the hex value #f1cbcd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f1cbcd | |
|---|---|---|
| RGB | rgb(241, 203, 205) | |
| HSL | hsl(357, 58%, 87%) | |
| CMYK | cmyk(0%, 16%, 15%, 5%) | |
| LAB | lab(85, 14, 4) | |
| OKLCH | oklch(0.88 0.043 14) |
Color harmonies
Tints & shades
Code snippets
color: #f1cbcd;
background-color: #f1cbcd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1CBCD)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.80, blue: 0.80, alpha: 1.0)