White Glove
#f0efed
Looking for the precise values behind White Glove (#f0efed)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f0efed | |
|---|---|---|
| RGB | rgb(240, 239, 237) | |
| HSL | hsl(40, 9%, 94%) | |
| CMYK | cmyk(0%, 0%, 1%, 6%) | |
| LAB | lab(94, 0, 1) | |
| OKLCH | oklch(0.95 0.003 85) |
Color harmonies
Tints & shades
Code snippets
color: #f0efed;
background-color: #f0efed;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFF0EFED)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.94, blue: 0.93, alpha: 1.0)