Blank Canvas
#ffefd6
Blank Canvas, represented by the hex value #ffefd6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffefd6 | |
|---|---|---|
| RGB | rgb(255, 239, 214) | |
| HSL | hsl(37, 100%, 92%) | |
| CMYK | cmyk(0%, 6%, 16%, 0%) | |
| LAB | lab(95, 3, 14) | |
| OKLCH | oklch(0.96 0.037 79) |
Color harmonies
Tints & shades
Code snippets
color: #ffefd6;
background-color: #ffefd6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFEFD6)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.94, blue: 0.84, alpha: 1.0)