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