Cotton Field
#f2f0e8
Cotton Field is a color with the hex code #f2f0e8. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f2f0e8 | |
|---|---|---|
| RGB | rgb(242, 240, 232) | |
| HSL | hsl(48, 28%, 93%) | |
| CMYK | cmyk(0%, 1%, 4%, 5%) | |
| LAB | lab(95, 0, 4) | |
| OKLCH | oklch(0.95 0.011 95) |
Color harmonies
Tints & shades
Code snippets
color: #f2f0e8;
background-color: #f2f0e8;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF2F0E8)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.94, blue: 0.91, alpha: 1.0)