Velvet Scarf
#e3dfec
Looking for the precise values behind Velvet Scarf (#e3dfec)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e3dfec | |
|---|---|---|
| RGB | rgb(227, 223, 236) | |
| HSL | hsl(258, 25%, 90%) | |
| CMYK | cmyk(4%, 6%, 0%, 7%) | |
| LAB | lab(89, 3, -6) | |
| OKLCH | oklch(0.91 0.018 300) |
Color harmonies
Tints & shades
Code snippets
color: #e3dfec;
background-color: #e3dfec;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE3DFEC)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.87, blue: 0.93, alpha: 1.0)