Silky White
#efebe2
Silky White, represented by the hex value #efebe2, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #efebe2 | |
|---|---|---|
| RGB | rgb(239, 235, 226) | |
| HSL | hsl(42, 29%, 91%) | |
| CMYK | cmyk(0%, 2%, 5%, 6%) | |
| LAB | lab(93, 0, 5) | |
| OKLCH | oklch(0.94 0.013 87) |
Color harmonies
Tints & shades
Code snippets
color: #efebe2;
background-color: #efebe2;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEFEBE2)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.92, blue: 0.89, alpha: 1.0)