Sandstorm
#ecd540
Sandstorm, represented by the hex value #ecd540, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ecd540 | |
|---|---|---|
| RGB | rgb(236, 213, 64) | |
| HSL | hsl(52, 82%, 59%) | |
| CMYK | cmyk(0%, 10%, 73%, 7%) | |
| LAB | lab(85, -3, 72) | |
| OKLCH | oklch(0.87 0.161 100) |
Color harmonies
Tints & shades
Code snippets
color: #ecd540;
background-color: #ecd540;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFECD540)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.84, blue: 0.25, alpha: 1.0)