Cane Sugar
#e3b982
Cane Sugar, represented by the hex value #e3b982, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e3b982 | |
|---|---|---|
| RGB | rgb(227, 185, 130) | |
| HSL | hsl(34, 63%, 70%) | |
| CMYK | cmyk(0%, 19%, 43%, 11%) | |
| LAB | lab(78, 10, 34) | |
| OKLCH | oklch(0.81 0.086 74) |
Color harmonies
Tints & shades
Code snippets
color: #e3b982;
background-color: #e3b982;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE3B982)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.73, blue: 0.51, alpha: 1.0)