Shrimp
#e29a86
Shrimp, represented by the hex value #e29a86, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #e29a86 | |
|---|---|---|
| RGB | rgb(226, 154, 134) | |
| HSL | hsl(13, 61%, 71%) | |
| CMYK | cmyk(0%, 32%, 41%, 11%) | |
| LAB | lab(71, 26, 22) | |
| OKLCH | oklch(0.75 0.092 36) |
Color harmonies
Tints & shades
Code snippets
color: #e29a86;
background-color: #e29a86;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFE29A86)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.60, blue: 0.53, alpha: 1.0)