Chef’s Hat
#f3f4f5
Looking for the precise values behind Chef’s Hat (#f3f4f5)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f3f4f5 | |
|---|---|---|
| RGB | rgb(243, 244, 245) | |
| HSL | hsl(210, 9%, 96%) | |
| CMYK | cmyk(1%, 0%, 0%, 4%) | |
| LAB | lab(96, 0, -1) | |
| OKLCH | oklch(0.97 0.002 248) |
Color harmonies
Tints & shades
Code snippets
color: #f3f4f5;
background-color: #f3f4f5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF3F4F5)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.96, blue: 0.96, alpha: 1.0)