Beige
#e6daa6
Beige, represented by the hex value #e6daa6, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e6daa6 | |
|---|---|---|
| RGB | rgb(230, 218, 166) | |
| HSL | hsl(49, 56%, 78%) | |
| CMYK | cmyk(0%, 5%, 28%, 10%) | |
| LAB | lab(87, -2, 27) | |
| OKLCH | oklch(0.89 0.069 97) |
Color harmonies
Tints & shades
Code snippets
color: #e6daa6;
background-color: #e6daa6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE6DAA6)
/* Swift / UIKit */
UIColor(red: 0.90, green: 0.85, blue: 0.65, alpha: 1.0)