Sand Hex Code — #C2B280
RGB, HSL, and CMYK values for Sand.
Last updated: April 6, 2026
Sand Color Values
| Format | Value |
|---|---|
| HEX | #C2B280 |
| RGB | rgb(194, 178, 128) |
| HSL | hsl(45, 35%, 63%) |
| CMYK | cmyk(0%, 8%, 34%, 24%) |
About Sand
Color psychology: Warmth, neutrality.
Sand (#C2B280) is a medium shade of brown with a hue angle of 45° on the color wheel, 35% saturation, and 63% lightness. It's commonly used in web design, graphic design, and branding where warmth, neutrality are desired associations.
In color theory, Sand sits in the warm section of the spectrum. Its moderate saturation gives it a balanced, professional appearance suitable for both text and backgrounds.
When to Use Sand in Design
Web Design
Use Sand as a background color with dark text overlay. Light colors like this create open, airy layouts that reduce visual fatigue for content-heavy pages.
Branding & Logo
Sand conveys warmth, neutrality — consider it for brands that want to project these qualities. Test it at small sizes (favicon, social avatar) to ensure it remains recognizable.
Print Design
Use the CMYK values (C:0% M:8% Y:34% K:24%) for accurate print reproduction in brochures, business cards, and packaging. Request a physical proof — screen colors often appear more vibrant than their printed equivalents.
UI / UX Design
Light colors like Sand work well for card backgrounds, section dividers, and hover states. Pair with a darker variant for active/selected states.
How to Use Sand in CSS
/* Using HEX */ color: #C2B280; background-color: #C2B280; /* Using RGB */ color: rgb(194, 178, 128); /* Using HSL — best for creating variations */ color: hsl(45, 35%, 63%); /* Transparent overlay (50% opacity) */ background-color: rgba(194, 178, 128, 0.5); /* Lighter variant for hover states */ background-color: hsl(45, 35%, 73%); /* Darker variant for active states */ background-color: hsl(45, 35%, 53%);
HSL is the most flexible format for creating color systems. By adjusting the lightness value, you can generate an entire shade scale from Sand without changing its core hue or saturation.
Colors That Go With Sand
Complementary
Analogous
Triadic
Similar Shades of Brown
Frequently Asked Questions
What is the hex code for Sand?
What is Sand in RGB and when should I use RGB?
How to use Sand in CSS with different color formats?
What is the HSL value of Sand and why is HSL useful for designers?
What is the CMYK value of Sand for print design?
What colors pair well with Sand in design projects?
Is Sand (#C2B280) accessible for web design and WCAG compliant?
Was this page helpful?
Written by
Tamanna Tasnim
Senior Full Stack Developer
Full-stack developer with deep expertise in data formats, APIs, and developer tooling. Writes in-depth technical comparisons and conversion guides backed by hands-on engineering experience across modern web stacks.