Sand
#e2ca76
Looking for the precise values behind Sand (#e2ca76)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e2ca76 | |
|---|---|---|
| RGB | rgb(226, 202, 118) | |
| HSL | hsl(47, 65%, 67%) | |
| CMYK | cmyk(0%, 11%, 48%, 11%) | |
| LAB | lab(82, 1, 45) | |
| OKLCH | oklch(0.84 0.108 94) |
Color harmonies
Tints & shades
Code snippets
color: #e2ca76;
background-color: #e2ca76;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE2CA76)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.79, blue: 0.46, alpha: 1.0)