Lama
#e0bb95
Lama, represented by the hex value #e0bb95, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e0bb95 | |
|---|---|---|
| RGB | rgb(224, 187, 149) | |
| HSL | hsl(30, 55%, 73%) | |
| CMYK | cmyk(0%, 17%, 33%, 12%) | |
| LAB | lab(78, 10, 25) | |
| OKLCH | oklch(0.82 0.066 67) |
Color harmonies
Tints & shades
Code snippets
color: #e0bb95;
background-color: #e0bb95;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE0BB95)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.73, blue: 0.58, alpha: 1.0)