Dust Storm
#e7d3b7
Looking for the precise values behind Dust Storm (#e7d3b7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e7d3b7 | |
|---|---|---|
| RGB | rgb(231, 211, 183) | |
| HSL | hsl(35, 50%, 81%) | |
| CMYK | cmyk(0%, 9%, 21%, 9%) | |
| LAB | lab(86, 4, 17) | |
| OKLCH | oklch(0.88 0.044 76) |
Color harmonies
Tints & shades
Code snippets
color: #e7d3b7;
background-color: #e7d3b7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE7D3B7)
/* Swift / UIKit */
UIColor(red: 0.91, green: 0.83, blue: 0.72, alpha: 1.0)