Grim White
#f6f1f4
Grim White is a color with the hex code #f6f1f4. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #f6f1f4 | |
|---|---|---|
| RGB | rgb(246, 241, 244) | |
| HSL | hsl(324, 22%, 95%) | |
| CMYK | cmyk(0%, 2%, 1%, 4%) | |
| LAB | lab(96, 2, -1) | |
| OKLCH | oklch(0.96 0.007 340) |
Color harmonies
Tints & shades
Code snippets
color: #f6f1f4;
background-color: #f6f1f4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF6F1F4)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.95, blue: 0.96, alpha: 1.0)