Cotton Ball
#f2f7fd
Cotton Ball, represented by the hex value #f2f7fd, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #f2f7fd | |
|---|---|---|
| RGB | rgb(242, 247, 253) | |
| HSL | hsl(213, 73%, 97%) | |
| CMYK | cmyk(4%, 2%, 0%, 1%) | |
| LAB | lab(97, -1, -3) | |
| OKLCH | oklch(0.97 0.01 253) |
Color harmonies
Tints & shades
Code snippets
color: #f2f7fd;
background-color: #f2f7fd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2F7FD)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.97, blue: 0.99, alpha: 1.0)