Clam Up
#ebdbc1
Clam Up is a color with the hex code #ebdbc1. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ebdbc1 | |
|---|---|---|
| RGB | rgb(235, 219, 193) | |
| HSL | hsl(37, 51%, 84%) | |
| CMYK | cmyk(0%, 7%, 18%, 8%) | |
| LAB | lab(88, 3, 15) | |
| OKLCH | oklch(0.9 0.039 80) |
Color harmonies
Tints & shades
Code snippets
color: #ebdbc1;
background-color: #ebdbc1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFEBDBC1)
/* Swift / UIKit */
UIColor(red: 0.92, green: 0.86, blue: 0.76, alpha: 1.0)