Oyster
#e3d3bf
Oyster is a color with the hex code #e3d3bf. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #e3d3bf | |
|---|---|---|
| RGB | rgb(227, 211, 191) | |
| HSL | hsl(33, 39%, 82%) | |
| CMYK | cmyk(0%, 7%, 16%, 11%) | |
| LAB | lab(85, 3, 12) | |
| OKLCH | oklch(0.87 0.032 73) |
Color harmonies
Tints & shades
Code snippets
color: #e3d3bf;
background-color: #e3d3bf;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFE3D3BF)
/* Swift / UIKit */
UIColor(red: 0.89, green: 0.83, blue: 0.75, alpha: 1.0)