Restful Rain
#f1f2dd
Restful Rain, represented by the hex value #f1f2dd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f1f2dd | |
|---|---|---|
| RGB | rgb(241, 242, 221) | |
| HSL | hsl(63, 45%, 91%) | |
| CMYK | cmyk(0%, 0%, 9%, 5%) | |
| LAB | lab(95, -3, 10) | |
| OKLCH | oklch(0.95 0.028 109) |
Color harmonies
Tints & shades
Code snippets
color: #f1f2dd;
background-color: #f1f2dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF1F2DD)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.95, blue: 0.87, alpha: 1.0)