Sheikh White
#efecee
Sheikh White, represented by the hex value #efecee, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #efecee | |
|---|---|---|
| RGB | rgb(239, 236, 238) | |
| HSL | hsl(320, 9%, 93%) | |
| CMYK | cmyk(0%, 1%, 0%, 6%) | |
| LAB | lab(94, 1, -1) | |
| OKLCH | oklch(0.95 0.004 337) |
Color harmonies
Tints & shades
Code snippets
color: #efecee;
background-color: #efecee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFECEE)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.93, blue: 0.93, alpha: 1.0)