Sandstorm (#ECD540)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.48:1 — vs black: 14.16:1
Color values
-
HEX
#ECD540 -
RGB
rgb(236, 213, 64) -
HSL
hsl(52, 81%, 58%) -
CMYK
cmyk( 0, 10, 73, 7 ) -
Websafe
#FFCC33
Tags
Style
Use case
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #ECD540 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#ECD540
Base
#4057EC
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#ECD540
Base
#EC7F40
#ADEC40
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#ECD540
Base
#40ECD5
#D540EC
Two colors flanking the complement — high contrast with less tension than full complementary.
#ECD540
Base
#40ADEC
#7F40EC
Four colors at 90° intervals — rich variety, best when one color dominates.
#ECD540
Base
#40EC7F
#4057EC
#EC40AD
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#ECD540
Base
#86760D
#CBB314
#E8CD1B
#F0DD65
#F3E486
#FAF4CB
Darker shades and lighter tints of Sandstorm, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#171402
#494007
#7B6C0C
#AD9811
#DFC416
#ECD540
Base
#EFDC62
#F3E483
#F6EBA5
#F9F3C6
#FDFAE8
Ready-to-use code snippets for #ECD540. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #ECD540;
}
/* Text */
.element {
color: #ECD540;
}
/* Border */
.element {
border: 1px solid #ECD540;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#ECD540,
#4057EC
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#ECD540,
#4057EC
);
}
// SCSS variable
$sandstorm: #ECD540;
// With RGB channels (useful for rgba() usage)
$sandstorm-r: 236;
$sandstorm-g: 213;
$sandstorm-b: 64;
// Usage
.element {
background-color: $sandstorm;
color: rgba($sandstorm-r, $sandstorm-g, $sandstorm-b, 0.8);
}
How Sandstorm appears to people with different types of color vision deficiency.
#ECD540
How the color appears with full color vision.
#DCDC3E
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#D8D840
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#F6CACA
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#D4D4D4
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.