Rosewood Dreams
#ebbeb5
Rosewood Dreams, represented by the hex value #ebbeb5, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ebbeb5 | |
|---|---|---|
| RGB | rgb(235, 190, 181) | |
| HSL | hsl(10, 57%, 82%) | |
| CMYK | cmyk(0%, 19%, 23%, 8%) | |
| LAB | lab(81, 16, 11) | |
| OKLCH | oklch(0.84 0.054 31) |
Color harmonies
Tints & shades
Code snippets
color: #ebbeb5;
background-color: #ebbeb5;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBBEB5)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.75, blue: 0.71, alpha: 1.0)