Foundation White
#efeeff
Foundation White is a color with the hex code #efeeff. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #efeeff | |
|---|---|---|
| RGB | rgb(239, 238, 255) | |
| HSL | hsl(244, 100%, 97%) | |
| CMYK | cmyk(6%, 7%, 0%, 0%) | |
| LAB | lab(95, 3, -8) | |
| OKLCH | oklch(0.95 0.023 289) |
Color harmonies
Tints & shades
Code snippets
color: #efeeff;
background-color: #efeeff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFEEFF)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.93, blue: 1.00, alpha: 1.0)