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